资源简介
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个文件信息
相关资源
- springboot+spring data jpa+thymeleaf学习web项
- springboot实现验证码校验demo
- springcloud2.0+版本集成eureka注册中心、
- Bootstrap Table+日期选择框可以直接用与
- Spring相关的外文文献和翻译(毕设论
- IDEA实现 springmvc的简单注册登录功能的
- SpringBoot如何在运行时动态添加数据源
- R语言bootstrap置信区间估计函数
- Windchill+spring+mybatis
- SpringMVC+MyBatis企业应用实战+源码
- 史上最全 69 道 Spring 面试题和答案
- Bootstrap+Table离线文档
- 不死uboot-flash脚本
- SpringerLATEX模板
- SpringBoot-从零开发校园商铺平台带源码
- Spring集成redis集群
- 使用Bootstrap实现分页,并且当页码过
- bootstrapvalidator
- 深入理解Spring Cloud与微服务构建 方志
- springcloud
- redis集群以及Spring-data-redis操作集群
- 飞思卡尔 MC9S12XEP100 App Demo用于Bootlo
- SpringBoot企业微信点餐系统.txt
- Redis+Spring缓存windows环境,附及详解
- springsource-tool-suite-3.7.2.RELEASE-e4.5.1-u
- spring-security-oauth2详细配置demo
- iMX6从uboot到linux启动完成一直保持LO
- Spring,Spring Data Jpa,freemarker,bootst
- STM8不用手动复位进入自带Bootloader方法
- spring-cloud demo
评论
共有 条评论