前言 在之前介绍过了Shiro之后,有好多粉丝问SpringSecurity在Spring Boot中怎么集成。这个系列我们就和大家分享下有关这方面的知识。 本节大纲 一、什么是SpringSecurity? 二、常用安全框架 一、什么是Spring Security? SpringSecurity ...
分类:
编程语言 时间:
2020-06-22 15:35:14
阅读次数:
63
开发环境: IDE:IntelliJ IDEA 2017+ DB:? mysql5.7.4、PostgreSQL、mongoDB、redis JDK:JDK1.8+ ?Maven:Maven 3.2.3+ 技术框架:前后端分离、微服务等 ?核心框架:spring boot 2.0.0、springc ...
分类:
编程语言 时间:
2020-06-22 12:45:35
阅读次数:
159
2020-06-19 10:36:40.117 [dd47dcbc-c72f-4791-8c4f-ef4019382537] ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServle ...
分类:
编程语言 时间:
2020-06-22 10:56:08
阅读次数:
236
@SpringBootConfiguration注解表示Spring Boot配置类。查看@SpringBootConfiguration注解源码,核心代码具体如下。 ```java @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUN ...
分类:
编程语言 时间:
2020-06-22 10:48:52
阅读次数:
71
1.前言电脑用了很多年了,安装的windows7,经常出现很卡的情况,于是今天索性重装了系统。既然重装系统,选择什么系统好呢,windows10系统的话,对于我这老旧本来说,可能真的是为难它了。刚好ubuntu20发行没多久,于是尝试安装了ubuntu20.04。刚开始安装ubuntu20的时候,也是遇到了很多坑。在自定义分区的时候,一定要有boot、efi、biosgrub分区,否则安装完成后,
分类:
微信 时间:
2020-06-22 09:21:18
阅读次数:
1191
常用配置 热部署 配置依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </depen ...
分类:
编程语言 时间:
2020-06-22 01:27:22
阅读次数:
51
1.在pom.xml(如果是多模块,则此pom根据需要可设为具体模块)文件中添加 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope ...
分类:
编程语言 时间:
2020-06-21 23:36:29
阅读次数:
90
官网的starthttps://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-starter 添加依赖, 使用初始化器的时候自己选择依赖 <dependency> <groupId>org.sprin ...
分类:
数据库 时间:
2020-06-21 20:19:42
阅读次数:
78
关机: 1. poweroff 2.shutdown -h now --立刻关机 3. shutdown -h 10 过10分钟关机 重启: 1.reboot 2. shutdow -r now --立刻重启 3. shutdown -r 10 --过10分钟重启 4. shutdown -r 20 ...
分类:
其他好文 时间:
2020-06-21 20:08:43
阅读次数:
231
这是一个基于Spring Boot + Vue的直播数据可视化系统,实现了直播数据的可视化展示、分级权限管理、警报数据流处理、报表的统计与文件导出、实时事件通知等功能。 后端地址:LBMS 前端地址:LBMS-Web 预览 **实时数据总览页:**该页面根据用户身份自动重定向。页面上方通过四个卡片展 ...
分类:
其他好文 时间:
2020-06-21 19:32:43
阅读次数:
129