摘要: 1、建表、建实体类、service、mapper等,目的是查询用户信息和角色信息 查看代码 -- 三张表,二张关系表 create table if not exists sys_permissions ( id int auto_increment comment '编号' primary key 阅读全文
posted @ 2022-02-04 20:19 得好好活 阅读(148) 评论(0) 推荐(0)
摘要: 1.pom文件,排除自带的tomcat 依赖,并引入jetty <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <exclusions> 阅读全文
posted @ 2022-02-04 17:25 得好好活 阅读(659) 评论(0) 推荐(0)