-
大小: 24KB文件類型: .zip金幣: 2下載: 0 次發布日期: 2021-05-11
- 語言: 其他
- 標簽: Springboot??jpa??
資源簡介
Springboot中使用JPA操作數據庫,本資源對如何在Springboot中使用Spring-data-jpa對數據庫進行操作進行詳細舉例。

代碼片段和文件信息
package?com.pengjunlee;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.context.ConfigurableApplicationContext;
@SpringBootApplication
public?class?MyApplication?{
public?static?void?main(String[]?args)?{
ConfigurableApplicationContext?context?=?SpringApplication.run(MyApplication.class?args);
context.close();
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-04-15?14:33??spring-boot-jpa\
?????文件????????1511??2018-04-17?15:48??spring-boot-jpa\.classpath
?????文件?????????567??2018-04-15?14:33??spring-boot-jpa\.project
?????目錄???????????0??2018-04-15?14:36??spring-boot-jpa\.settings\
?????文件?????????191??2018-04-15?14:36??spring-boot-jpa\.settings\org.eclipse.core.resources.prefs
?????文件?????????243??2018-04-15?14:36??spring-boot-jpa\.settings\org.eclipse.jdt.core.prefs
?????文件??????????90??2018-04-15?14:33??spring-boot-jpa\.settings\org.eclipse.m2e.core.prefs
?????文件?????????945??2018-04-20?14:28??spring-boot-jpa\pom.xm
?????目錄???????????0??2018-04-15?14:33??spring-boot-jpa\src\
?????目錄???????????0??2018-04-15?14:33??spring-boot-jpa\src\main\
?????目錄???????????0??2018-04-15?14:42??spring-boot-jpa\src\main\java\
?????目錄???????????0??2018-04-15?14:42??spring-boot-jpa\src\main\java\com\
?????目錄???????????0??2018-04-20?14:58??spring-boot-jpa\src\main\java\com\pengjunlee\
?????目錄???????????0??2018-04-20?14:58??spring-boot-jpa\src\main\java\com\pengjunlee\config\
?????文件????????1095??2018-04-20?14:58??spring-boot-jpa\src\main\java\com\pengjunlee\config\JpaConfiguration.java
?????目錄???????????0??2018-04-19?23:46??spring-boot-jpa\src\main\java\com\pengjunlee\entity\
?????文件?????????746??2018-04-20?16:39??spring-boot-jpa\src\main\java\com\pengjunlee\entity\Department.java
?????文件????????1102??2018-04-20?17:56??spring-boot-jpa\src\main\java\com\pengjunlee\entity\Employee.java
?????文件?????????191??2018-04-19?23:49??spring-boot-jpa\src\main\java\com\pengjunlee\entity\EmployeeDetail.java
?????文件?????????441??2018-04-20?17:49??spring-boot-jpa\src\main\java\com\pengjunlee\MyApplication.java
?????目錄???????????0??2018-04-17?11:43??spring-boot-jpa\src\main\java\com\pengjunlee\repository\
?????文件?????????295??2018-04-18?14:46??spring-boot-jpa\src\main\java\com\pengjunlee\repository\DepartmentRepository.java
?????文件????????1738??2018-04-20?17:48??spring-boot-jpa\src\main\java\com\pengjunlee\repository\EmployeeRepository.java
?????目錄???????????0??2018-04-15?14:45??spring-boot-jpa\src\main\resources\
?????文件????????1166??2018-04-22?14:24??spring-boot-jpa\src\main\resources\application.properties
?????目錄???????????0??2018-04-15?14:33??spring-boot-jpa\src\test\
?????目錄???????????0??2018-04-20?14:10??spring-boot-jpa\src\test\java\
?????目錄???????????0??2018-04-20?14:10??spring-boot-jpa\src\test\java\com\
?????目錄???????????0??2018-04-20?14:10??spring-boot-jpa\src\test\java\com\pengjunlee\
?????目錄???????????0??2018-04-20?14:10??spring-boot-jpa\src\test\java\com\pengjunlee\test\
?????文件????????3714??2018-04-20?17:56??spring-boot-jpa\src\test\java\com\pengjunlee\test\JpaTest.java
............此處省略28個文件信息
- 上一篇:wince 加密與解密
- 下一篇:quartus ii 8.0 8.1 完美破解
評論
共有 條評論