SpringSecurity 2018-12-21 Java 2165 words 5 mins read 💠 SpringSecurity 1.1. 配置 1.1.1. 配置静态口令使用 1.2. SpringBoot的集成Demo 1.2.1. 创建单用户单角色的安全控制 1.2.2. 多用户多角色的实现思路 1.2.2.1. 每个身份都使用一个登录 Read more...
SpringMVC 2018-12-21 Java 2372 words 5 mins read 💠 SpringMVC 1.1. MVC思想 1.1.1. 原理 1.2. API 传统项目配置完整流程 2.1. 配置依赖 2.1.1. Maven 2.1.2. Gradle 2.2. web.xml 2.3. ApplicationContext.xml 2.4. 创建Controller 使用 3.1. 全局异常处理 3.2. 自定义错误页面 3.3. 中文编 Read more...
SpringBoot数据库相关 2018-12-21 Java 2442 words 5 mins read 💠 数据库模块 1.1. 多数据源配置 1.2. 连接池 1.2.1. c3p0 1.2.2. druid 1.2.3. HikariCP 1.3. Relational Database 1.3.1. JPA 1.3.1.1. Configuration 1.3.1.2. Jpa数据分页 1.3.1.3. 原生SQL 1.3.1.4. Mysql 1.3.1.5. 映射关系 1.3.1.5.1. 一对一 1.3.1.5.2. 一对多 1.3.1.5.3. 多对多 1.3.2. Mybatis 1.4. Non Relational database 1.4.1. Read more...
SpringBoot2 新特性 2018-12-21 Java 694 words 2 mins read 💠 SringBoot2 1.1. 从1迁移到2 1.2. 新特性 1.3. Web模块 1.3.1. Web容器 1.3.1.1. Tomcat 1.3.1.2. Jetty 1.3.2. 跨域 1.3.3. SpringBoot上下文事件监听 1.4. 数据库模块 1.4.1. Relation Database 1.4.1.1. 多数据源 1.4.2. No Relation Database 💠 2024-05-04 Read more...
SpringBoot 2018-12-21 Java 3495 words 7 mins read 💠 SpringBoot 1.1. 思考 1.2. 参考教程 1.3. 使用SpringBootCLI 1.4. Profiles 1.4.1. 多种配置文件 1.4.1.1. yml方式 1.4.1.2. yml和properties结合 1.4.2. 应用配置文件 1.5. Events 1.6. Logging 1.7. Read more...
Spring AOP 2018-12-21 Java 2275 words 5 mins read 目录 start AOP 动态代理 基本概念 基本配置 注意 1 Spring AOP还是完全用AspectJ? 2 Spring AOP中使用@AspectJ还是XML? 3 混合切面类型 目录 end|2020-08-26 18:31| AOP Read more...
Spring 2018-12-21 Java 7364 words 15 mins read 💠 Spring 1.1. 配置使用 1.1.1. 通过构建工具 1.1.2. 注解方式 1.1.2.1. xml文件配置 1.1.2.2. 常用的注解 1.1.3. xml方式 1.1.3.1. xml方式和注解方式的比较 1.2. Spring技巧 1.2.1. 获取Conte Read more...
时间 2018-12-20 计算机基础 815 words 2 mins read 💠 时间 1.1. 基础概念 1.1.1. GMT 1.1.2. UTC 1.2. 时区 1.2.1. CDT 1.2.2. CST 1.2.3. DST 💠 2024-09-12 16:01:31 时间 上下四方为宇,古往今来为宙 计算机内部的计时器为石英钟,存在误差,所以需要依靠NTP服务来 Read more...