資源簡介
使用Java Swing編寫,數據庫為MySQL5.7,可以對部門和員工信息進行增刪改查。
代碼片段和文件信息
package?com.example.hr;
import?com.alee.laf.WebLookAndFeel;
import?com.example.hr.entity.Department;
import?com.example.hr.entity.Employee;
import?com.example.hr.repository.DepartmentRepository;
import?com.example.hr.repository.EmployeeRepository;
import?static?org.assertj.core.api.Assertions.setLenientDateParsing;
import?java.awt.EventQueue;
import?javax.swing.plaf.FontUIResource;
import?org.springframework.beans.factory.annotation.Autowired;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.context.ApplicationContext;
import?org.springframework.transaction.annotation.EnableTransactionManagement;
@SpringBootApplication
@EnableTransactionManagement
public?class?HrApplication?{
public?static?ApplicationContext?ac?=?SpringApplication.run(HrApplication.class);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-07-05?12:19??hr\
?????文件????????4598??2018-07-05?12:19??hr\.classpath
?????文件?????????531??2018-07-05?12:19??hr\.project
?????目錄???????????0??2018-07-05?12:19??hr\.settings\
?????文件?????????598??2018-07-05?12:19??hr\.settings\org.eclipse.jdt.core.prefs
?????文件??????????65??2018-07-05?12:19??hr\.settings\org.springfr
?????目錄???????????0??2018-07-05?12:19??hr\bin\
?????文件?????????326??2018-07-05?12:19??hr\bin\application.properties
?????目錄???????????0??2018-07-05?12:19??hr\bin\com\
?????目錄???????????0??2018-07-05?12:19??hr\bin\com\example\
?????目錄???????????0??2018-07-05?12:19??hr\bin\com\example\hr\
?????目錄???????????0??2018-07-05?12:19??hr\bin\com\example\hr\config\
?????文件????????3174??2018-07-05?12:19??hr\bin\com\example\hr\config\TxAdviceInterceptor.class
?????目錄???????????0??2018-07-05?12:19??hr\bin\com\example\hr\entity\
?????文件????????1754??2018-07-05?12:19??hr\bin\com\example\hr\entity\Department.class
?????文件????????2375??2018-07-05?12:19??hr\bin\com\example\hr\entity\Employee.class
?????文件????????1770??2018-07-05?12:19??hr\bin\com\example\hr\entity\User.class
?????目錄???????????0??2018-07-05?12:19??hr\bin\com\example\hr\gui\
?????文件?????????769??2018-07-05?12:19??hr\bin\com\example\hr\gui\Loginfr
?????文件????????1936??2018-07-05?12:19??hr\bin\com\example\hr\gui\Loginfr
?????文件????????1435??2018-07-05?12:19??hr\bin\com\example\hr\gui\Loginfr
?????文件????????4159??2018-07-05?12:19??hr\bin\com\example\hr\gui\Loginfr
?????文件?????????986??2018-07-05?12:19??hr\bin\com\example\hr\gui\Mainfr
?????文件?????????802??2018-07-05?12:19??hr\bin\com\example\hr\gui\Mainfr
?????文件????????3483??2018-07-05?12:19??hr\bin\com\example\hr\gui\Mainfr
?????文件????????2592??2018-07-05?12:19??hr\bin\com\example\hr\gui\Mainfr
?????文件????????1461??2018-07-05?12:19??hr\bin\com\example\hr\gui\Mainfr
?????文件????????1430??2018-07-05?12:19??hr\bin\com\example\hr\gui\Mainfr
?????文件????????1447??2018-07-05?12:19??hr\bin\com\example\hr\gui\Mainfr
?????文件????????1434??2018-07-05?12:19??hr\bin\com\example\hr\gui\Mainfr
?????文件????????9093??2018-07-05?12:19??hr\bin\com\example\hr\gui\Mainfr
............此處省略112個文件信息
評論
共有 條評論