随笔分类 -  spring boot2 tutorial

Spring boot security rest basic Authentication example
摘要:1. Maven dependency pom.xml 2. Configure WebSecurityConfigurerAdapter SecurityConfig.java 3. Spring boot security rest basic authentication demo 3.1. 阅读全文

posted @ 2019-07-07 01:44 chenqr11 阅读(366) 评论(0) 推荐(0)

Spring boot caching example
摘要:spring cache API 1. Types of cache 1.1 In-memory caching 如 redis。 1.2 database caching 如 hibernate cache。 2. Spring boot cache annotations initialize 阅读全文

posted @ 2019-07-07 01:09 chenqr11 阅读(183) 评论(0) 推荐(0)