資源簡介
spring boot+hibernate+thymeleaf 框架組合練習學習做的一個完整的精簡的小demo項目源碼

代碼片段和文件信息
package?com.example;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public?class?MyApplication?{
public?static?void?main(String[]?args)?throws?Exception?{
SpringApplication.run(MyApplication.class?args);
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1433??2017-11-24?16:52??spring-boot-hibernate-thymeleaf\.classpath
?????文件????????583??2017-11-24?16:48??spring-boot-hibernate-thymeleaf\.project
?????文件????????250??2017-11-24?16:53??spring-boot-hibernate-thymeleaf\.settings\org.eclipse.core.resources.prefs
?????文件????????243??2017-11-24?16:52??spring-boot-hibernate-thymeleaf\.settings\org.eclipse.jdt.core.prefs
?????文件?????????90??2017-11-24?16:48??spring-boot-hibernate-thymeleaf\.settings\org.eclipse.m2e.core.prefs
?????文件???????2206??2017-11-24?17:59??spring-boot-hibernate-thymeleaf\pom.xm
?????文件????????645??2017-11-21?18:46??spring-boot-hibernate-thymeleaf\src\main\java\com\example\controller\HelloController.java
?????文件???????2018??2017-11-27?10:56??spring-boot-hibernate-thymeleaf\src\main\java\com\example\controller\StudentController.java
?????文件????????410??2017-11-27?11:00??spring-boot-hibernate-thymeleaf\src\main\java\com\example\dao\StudentDao.java
?????文件???????1496??2017-11-20?14:35??spring-boot-hibernate-thymeleaf\src\main\java\com\example\model\Student.java
?????文件????????312??2017-11-24?17:40??spring-boot-hibernate-thymeleaf\src\main\java\com\example\MyApplication.java
?????文件????????864??2017-11-27?10:55??spring-boot-hibernate-thymeleaf\src\main\java\com\example\service\impl\StudentServiceImpl.java
?????文件????????430??2017-11-27?10:55??spring-boot-hibernate-thymeleaf\src\main\java\com\example\service\StudentService.java
?????文件???????3407??2017-11-27?10:52??spring-boot-hibernate-thymeleaf\src\main\java\com\example\test\MockMvcTest.java
?????文件???????1096??2017-11-27?11:27??spring-boot-hibernate-thymeleaf\src\main\resources\application.properties
????.......????146082??2017-10-13?02:22??spring-boot-hibernate-thymeleaf\src\main\resources\static\css\bootstrap.css
?????文件??????93100??2017-10-16?17:49??spring-boot-hibernate-thymeleaf\src\main\resources\static\jquery.min.js
?????文件???????1439??2017-10-21?09:31??spring-boot-hibernate-thymeleaf\src\main\resources\static\js\user.js
?????文件???????1493??2017-11-24?17:27??spring-boot-hibernate-thymeleaf\src\main\resources\templates\add.html
?????文件????????733??2017-11-24?17:27??spring-boot-hibernate-thymeleaf\src\main\resources\templates\detail.html
?????文件???????1635??2017-11-24?17:27??spring-boot-hibernate-thymeleaf\src\main\resources\templates\edit.html
?????文件?????????57??2017-11-23?11:00??spring-boot-hibernate-thymeleaf\src\main\resources\templates\hello.html
?????文件???????1234??2017-11-24?17:27??spring-boot-hibernate-thymeleaf\src\main\resources\templates\list.html
?????文件???????1096??2017-11-27?11:27??spring-boot-hibernate-thymeleaf\target\classes\application.properties
?????文件???????1432??2017-11-27?10:55??spring-boot-hibernate-thymeleaf\target\classes\com\example\controller\HelloController.class
?????文件???????3143??2017-11-27?10:56??spring-boot-hibernate-thymeleaf\target\classes\com\example\controller\StudentController.class
?????文件????????313??2017-11-27?11:00??spring-boot-hibernate-thymeleaf\target\classes\com\example\dao\StudentDao.class
?????文件???????2154??2017-11-27?10:55??spring-boot-hibernate-thymeleaf\target\classes\com\example\model\Student.class
?????文件????????736??2017-11-27?10:55??spring-boot-hibernate-thymeleaf\target\classes\com\example\MyApplication.class
?????文件???????1578??2017-11-27?10:55??spring-boot-hibernate-thymeleaf\target\classes\com\example\service\impl\StudentServiceImpl.class
............此處省略56個文件信息
評論
共有 條評論