
Java中级
文章平均质量分 83
知吾者云
生活不只有眼前的苟且,还有诗和远方
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springBoot 2.0.3 + SpringSecurity 5.0.6 + thymeleaf + boostrap 權限管理案例
1、 工於成其實,必先搭建springboot工程,配置我們pom.xml 所需的jar依賴 <!-- thymeleaf 模板依赖 --> <dependency> <groupId>org.springframework.boot</gro...原创 2018-08-05 10:51:12 · 2521 阅读 · 0 评论 -
Springboot 注解声名事务编写&xml配置事务编写
1. 注解声名事务编写 /** * springboot 之 注解式声明事务,使用聲明式事務配置,可以有效規範代碼 * @author Administrator */ @Configuration public class ApplicationContextTransactional { //事务方法超时时间设置...原创 2018-08-01 09:17:35 · 779 阅读 · 0 评论 -
NoSQL + MongoDB + springBoot 2.0.3 + thymeleaf 开发文件服务器
NoSQL 简介NoSQL(NoSQL = Not Only SQL ),意即"不仅仅是SQL"。在现代的计算系统上每天网络上都会产生庞大的数据量。这些数据有很大一部分是由关系数据库管理系统(RDBMS)来处理。 1970年 E.F.Codd's提出的关系模型的论文 "A relational model of data for large shared data banks",这使得...原创 2018-08-14 09:48:08 · 637 阅读 · 1 评论