摘要: @EnableWebSecurity public class seccurityConfig extends WebSecurityConfigurerAdapter { @Override protected void configure(HttpSecurity http) throws Ex 阅读全文
posted @ 2020-07-08 18:47 池三岁 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 1 @ConfigurationProperties(prefix = "spring.datasource") 2 @Bean 3 public DataSource druidDataSource(){ 4 return new DruidDataSource(); 5 } 6 7 //后台监控 阅读全文
posted @ 2020-07-08 17:39 池三岁 阅读(447) 评论(0) 推荐(0) 编辑
摘要: 链接:链接:https://pan.baidu.com/s/1Cdoh_AqWL3Rpt0-6XNlPPA 提取码:f6zh 第一步:下载解压 第二步:打开redis-server.exe 第三步redis客户单来连接redis 测试即可 阅读全文
posted @ 2020-07-08 15:20 池三岁 阅读(242) 评论(0) 推荐(0) 编辑