加上aliyun的镜像地址,我的maven setting.xml 里完整镜像地址如下: <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content ...
分类:
编程语言 时间:
2020-11-25 12:28:47
阅读次数:
4
基于RBAC实现权限管理 技术栈:SpringBoot、SpringMVC RBAC RBAC数据库表 主体 编号 账号 密码 001 admin 123456 资源 编号 资源名称 访问路径 001 查询用户列表 /user/list 权限 编号 权限标识 权限名称 资源编号 001 user:l ...
分类:
其他好文 时间:
2020-11-25 12:23:11
阅读次数:
6
@Aspect注解将表示它是一个切面@Component表示它是一个Spring的组件 切片Aspect,既然Spring那么支持AOP,就肯定都能拿。有人会问如何拿原始的HTTP请求和响应的信息,通过以下代码应该拿得到啊哈哈哈哈ServletRequestAttributes attributes ...
分类:
Web程序 时间:
2020-11-25 12:05:49
阅读次数:
12
1.引入依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> <d ...
分类:
编程语言 时间:
2020-11-24 13:01:28
阅读次数:
18
1、pom 包配置 我们使用 Spring Boot 版本 2.1.0、jdk 1.8、tomcat 8.0。 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</a ...
分类:
编程语言 时间:
2020-11-24 12:18:53
阅读次数:
9
IDEA社区版2020相关内容——持续更新 插件相关: 创建Springboot项目插件——Spring Assistant 自动生成get/set——Lombok插件 自动化部署插件——Alibaba Cloud Toolkit Mybatis自动定位XML文件——Free MyBatis plu ...
分类:
其他好文 时间:
2020-11-23 12:37:26
阅读次数:
7
什么是Shiro? Apache Shiro是一个强大且易用的Java安全框架,执行身份验证、授权、密码和会话管理。使用Shiro的易于理解的API,您可以快速、轻松地获得任何应用程序,从最小的移动应用程序到最大的网络和企业应用程序。 shiro不依赖于spring,shiro不仅可以实现 web应 ...
分类:
编程语言 时间:
2020-11-23 12:34:16
阅读次数:
10
Spring核心关键图 Spring一共有十几个组件,但是真正核心的组件只有几个: 从这个图中可以看到,Spring框架的核心只有三个:Core(核心),Beans(类),Context(内容),他们构建起了整个Spring的骨骼架构,没有他们就不可能有AOP、Web等上层的特性功能 比较重要的几个 ...
分类:
编程语言 时间:
2020-11-23 12:18:04
阅读次数:
7
1.nacos继承SpirngBoot做配置中心 spring配置文件里:nacos.config.server-addr=127.0.0.1:8848springboot启动类中: @NacosPropertySource(dataId = "cds-node", groupId = "com.w ...
分类:
编程语言 时间:
2020-11-23 12:12:40
阅读次数:
7
tomcat7 - Changing default welcome-page for spring-boot application deployed as a war - Stack Overflow https://stackoverflow.com/questions/26057995/ch ...
分类:
编程语言 时间:
2020-11-23 11:59:09
阅读次数:
7