没有合适的资源?快使用搜索试试~
我知道了~
文库首页
后端
Java
SpringBoot整合Jpa和Thymeleaf实现CRUD
SpringBoot整合Jpa和Thymeleaf实现CRUD
共200个文件
xml:100个
java:22个
class:22个
SpringBoot2
jpa
thymeleaf
懒加载
二级查询
需积分: 39
308 浏览量
2018-08-11
08:10:49
上传
评论
1
收藏
40.02MB
ZIP
举报
立即下载
开通VIP(低至0.43/天)
买1年赠1年
身份认证 购VIP最低享 7 折!
领优惠券(最高得80元)
运行项目之前先阅读readme!!! 这个项目利用SpringBoot2结合jpa实现了懒加载、二级查询等知识点!
资源详情
资源评论
收起资源包目录
SpringBoot整合Jpa和Thymeleaf实现CRUD
(200个子文件)
MainController.class
6KB
Students.class
4KB
Teacher.class
3KB
Collections.class
3KB
StudentsServiceImpl.class
2KB
DruidConfig.class
2KB
ResourceConfig.class
2KB
Msg.class
2KB
Student.class
2KB
Grade.class
2KB
ResourceInterceptor.class
1KB
TeacherServiceImpl.class
1KB
StudentsRepository.class
933B
CollectionsServiceImpl.class
912B
CrudApplication.class
768B
StudentsService.class
687B
CrudApplicationTests.class
628B
CollectionsRepository.class
372B
TeacherRepository.class
360B
GradeRepository.class
354B
TeacherService.class
332B
CollectionsService.class
267B
bootstrap.css
143KB
bootstrap.css
143KB
bootstrap.min.css
118KB
bootstrap.min.css
118KB
bootstrap-theme.css
26KB
bootstrap-theme.css
26KB
bootstrap-theme.min.css
23KB
bootstrap-theme.min.css
23KB
bootstrap-datetimepicker.min.css
11KB
bootstrap-datetimepicker.min.css
11KB
glyphicons-halflings-regular.eot
20KB
glyphicons-halflings-regular.eot
20KB
.gitignore
268B
index.html
21KB
index.html
21KB
springboot_crud.iml
11KB
crud-0.0.1-SNAPSHOT.jar
43.55MB
MainController.java
5KB
Students.java
3KB
Teacher.java
2KB
DruidConfig.java
2KB
Collections.java
2KB
StudentsServiceImpl.java
2KB
Student.java
1KB
ResourceConfig.java
1KB
Grade.java
1KB
Msg.java
1KB
ResourceInterceptor.java
940B
StudentsRepository.java
798B
TeacherServiceImpl.java
715B
CollectionsServiceImpl.java
624B
StudentsService.java
531B
CrudApplication.java
393B
CrudApplicationTests.java
343B
CollectionsRepository.java
245B
TeacherRepository.java
233B
GradeRepository.java
227B
TeacherService.java
225B
CollectionsService.java
194B
bootstrap.js
68KB
bootstrap.js
68KB
bootstrap-datetimepicker.js
54KB
bootstrap-datetimepicker.js
54KB
bootstrap.min.js
36KB
bootstrap.min.js
36KB
bootstrap-datetimepicker.zh-CN.js
878B
bootstrap-datetimepicker.zh-CN.js
878B
npm.js
484B
npm.js
484B
inputFiles.lst
2KB
createdFiles.lst
865B
inputFiles.lst
91B
createdFiles.lst
47B
bootstrap.min.css.map
529KB
bootstrap.min.css.map
529KB
bootstrap.css.map
380KB
bootstrap.css.map
380KB
bootstrap-theme.css.map
47KB
bootstrap-theme.css.map
47KB
bootstrap-theme.min.css.map
25KB
bootstrap-theme.min.css.map
25KB
.name
4B
crud-0.0.1-SNAPSHOT.jar.original
389KB
application.properties
2KB
application.properties
2KB
pom.properties
102B
springboot_crud.sql
7KB
springboot_crud.sql
7KB
glyphicons-halflings-regular.svg
106KB
glyphicons-halflings-regular.svg
106KB
glyphicons-halflings-regular.ttf
44KB
glyphicons-halflings-regular.ttf
44KB
com.springboot.crud.CrudApplicationTests.txt
334B
readme.txt
178B
glyphicons-halflings-regular.woff
23KB
glyphicons-halflings-regular.woff
23KB
glyphicons-halflings-regular.woff2
18KB
glyphicons-halflings-regular.woff2
18KB
共 200 条
1
2
!!!!!---------------------------------!!! 在使用运行项目的时候请将关联的外键的更新和删除属性改为:cascad, 否则删除会出错
评论
收藏
内容反馈
立即下载
开通VIP(低至0.43/天)
买1年赠1年
评论0
去评论
最新资源
一个蚁群算法的简单实现
MySQL5.5.md
com.qihoo.appstore_300100315.apk
update_v_2.6.0.1
教你用Python预测机票价格
谁看谁知道,Python跳动爱心
DequeInterface.java
信息系统项目管理师(第四版)-成本管理思维导图
信息系统项目管理师(第四版)-范围管理思维导图
信息系统项目管理师(第四版)-进度管理思维导图
lucky.麒麟
粉丝: 198
资源:
6
私信
前往需求广场,查看用户热搜
上传资源 快速赚钱
相关推荐
springboot+jpa+thymeleaf实现简单增删改查
简单直观的代码,来介绍jpa和thymeleaf的使用,介绍springboot的jpa和hibernate增删改查的实例,让你快速springboot 入门
Spring+Spring Boot+JPA+Thymeleaf+Bootstrap+Mysql实现的一个单表crud
该项目是一个基于Spring+Spring Boot+JPA+Thymeleaf+Bootstrap+Mysql实现的单表增删改查。
springboot+jpa+thymeleaf实现增删改查分页查询
使用spring boot+jpa+thymeleaf实现简单的增删改查,分页查询,其中还包含动态下拉框
springboot+data-jpa+thymeleaf简单demo
本demo是学习时练习写一个列子,内容很简单,只写了一个user增删改查的实例,一看就明白。
springboot+spring data jpa+thymeleaf学习web项目整合demo源码
springboot+spring data jpa+thymeleaf学习简单完整的web项目整合demo源码
5星 · 资源好评率100%
IDEA+maven+SpringBoot+JPA+Thymeleaf实现Crud及分页
主要介绍了不需要电脑任何操作基于IDEA + maven + SpringBoot + JPA + Thymeleaf实现CRUD及分页,需要的朋友可以参考下
java_springboot_crud
基于springboot+jpa-thymeleaf的java项目,简单整合的spring boot框架,有利于快速上手,使用了由于jsp的thymeleaf,优化项目
springboot实现crud
springboot 工程 使用jpa实现增删改查 集成thymeleaf 支持国际化 增加登录拦截器 增加公共代码抽取 增加docker支持
Java开发基于Springboot的个人博客系统源码.zip
该项目后端所使用的技术有:SpringBoot,Jpa,前端所使用的技术有javascript,Semantic UI,以及thymeleaf模板。 对分类,博客,标签进行CRUD。该项目整合了markdown编辑器,qrcode插件等。 安装教程 使用...
spring boot+thymeleaf+bootstrap 简单实现后台管理系统界面(看评论酌情下载)
spring boot+thymeleaf+bootstrap 简单实现后台管理系统界面(看评论酌情下载)
4星 · 用户满意度95%
springboot+spring data jpa +thymeleaf
出于公司新接项目的需求 。手动整合springboot+spring data jpa +thymeleaf
springboot+springdatajpa+thymeleaf+shiro 的管理平台框架
springboot+springdatajpa+thymeleaf+shiro 的管理平台框架
5星 · 资源好评率100%
springboot+jpa+thymeleaf增删改查示例
springboot+jpa+thymeleaf增删改查示例,简单实用bootstrap样式,用户数据CURD
Spring Boot+JPA+Mysql+ThymeLeaf快速构建CURD系统(通信录)完整可执行Jar包
Spring Boot+JPA+Mysql+ThymeLeaf快速构建CURD系统(通信录)完整可执行Jar包 包含所有依赖包 博客文章地址:http://blog.csdn.net/liuxiang87/article/details/52381282
3星 · 编辑精心推荐
spring-boot-demo:BootSpring Boot演示入门样例,包括属性(配置),JDBC模板(数据库CRUD),JPA(Hibernate数据库CRUD),Mybatis(数据库CRUD),Mybatis(Mybatis数据库CRUD),thymeleaf(模板解析),beetl(模板)解析),freemarker(模板解析),享受(模板解析),logback(日志),log-aop(AOP方式日志),ehcache(ehcache缓存),执行器(监控),admin(监控),swagger
JPA(Hibernate数据库CRUD),Mybatis(数据库CRUD),Mybatis(Mybatis数据库CRUD),thymeleaf(模板解析),beetl(模板解析),freemarker (模板解析),enjoy(模板解析),并包含一些整合多个功能模块的090-...
spring-thymeleaf-crud-example:使用此存储库作为基础,开始使用 Thymeleaf 模板开发新的 CRUD Java 项目
该项目是使用 MVC 原则和 Thymeleaf 页面的基本 CRUD的实现。 关于 该项目的主要目标是作为开始新应用程序开发的基础。 技术 供应商 特征 DTO(数据传输对象)原则 Thymeleaf 布局方言 自定义异常处理程序页面 内置 ...
HikariCP:CRUD Spring Boot + Spring Data JPA + ThymeLeaf + HikariCP + MySQL
光明CP 运行项目: mvn clean install spring-boot:run 打开浏览器:
SpringBoot---Invoice-System:使用SpringBoot 2,Spring JPA,Spring Security和Thymeleaf构建的简单发票管理系统
使用SpringBoot 2,Spring JPA,Spring Security,Thymeleaf,jQuery,Bootstrap 4和FontsAwesome构建的简单发票管理系统。 演示版 您可以在用户名admin中访问此Web应用程序的实时演示。 密码:12345 屏幕截图 运行 ...
thymeleaf项目
SpringBoot实战项目 , 集成了SpringDataJPA实现CRUD、 分页(pageable + thymeleaf )、自定义sql、事务、Logback、Druid、FastJson、 Rest请求、自定义HttpResponseBody返回体、swagger2、@Scheduled定时任务
springboot+mybatis+limit代码实现分页、web前端到后台、crud、搜索关键字、完整实例项目
springboot+mybatis+limit代码实现分页、web前端到后台、crud、搜索关键字、完整实例项目
入门eclipse+springboot+Mysql+jpa操作CRUD实例
eclipse操作mysql,采用jpa方式实现CRUD实例,供初学者使用,入门篇。
基于springboot+thymeleaf+spring data jpa+druid+bootstrap+layui等技术的JavaWeb电商项目
基于springboot+thymeleaf+spring data jpa+druid+bootstrap+layui等技术的JavaWeb电商项目(项目包含前后台,分为前台商城系统及后台管理系统。前台商城系统包含首页门户
Thymeleaf常见用法,Thymeleaf手册
Thymeleaf常见用法,Thymeleaf使用手册,基于官方手册翻译
springboot+thymeleaf+pagehelper+easyui分页
本项目简单使用springboot为基础,用thymeleaf做模板,用pagehelper做java分页技术,用easyui做页面的分页技术
4星 · 用户满意度95%
springboot知识点整理
6.4 整合SpringData JPA 125 6.4.1 SpringData简介 125 6.4.2 整合 126 7 Spring Boot启动配置原理 128 7.1 启动流程(Springboot 1.50版本) 128 7.1.1 创建SpringApplication对象 129 7.1.2 运行run方法 130 7.1.3...
app-spring-boot-jpa-security:使用带有Spring Boot,JPA和Spring Security的Spring MVC的CRUD Web应用程序
app-spring-boot-jpa-security 使用带有Spring Boot,JPA和Spring Security的Spring MVC的CRUD Web应用程序。 使用与JPA,Spring Security,BootStrap和Thymeleaf集成的Spring Boot框架的Spring MVC项目示例。 该...
SpringDataJPA:Spring Boot应用程序
集成了SpringDataJPA实现CRUD、 分页(pageable + thymeleaf )、自定义sql、事务、Logback、Druid、FastJson、 Rest请求、自定义HttpResponseBody返回体、swagger2、@Scheduled定时任务 查询列表(分页) 添加 删除 ...
cli-spring-boot-scaffold:用于生成spring boot项目的crud和配置的命令行
cd cli-spring-boot-scaffold$ mvn install$ spring install br.com.netodevel:spring-scaffold-cli:{LATEST_RELEASE}用法$ spring init --dependencies=web,data-jpa,thymeleaf,mysql --package-name=...
Commodity-Sales-Information-System:商品销售信息系统(增删改查CRUD)——demo(大二下学期课堂作业)
商品销售信息系统(增删改查CRUD)——demo(大二下学期课堂作业)技术栈:Spring Boot + Spring Data JPA + Thymeleaf + Lombok + Maven + SQL Server启动步骤:一、克隆本项目到本地二、用IDEA打开本项目三、修改 ...
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0
最新资源