- 博客(2)
- 收藏
- 关注
原创 SpringBoot自定义错误页面
SpringBoot自定义错误页面@Configurationpublic class ErrorPageConfig {@Beanpublic WebServerFactoryCustomizer webServerFactoryCustomizer() {return (factory -> {ErrorPage errorPage404 = new ErrorPage(Ht...
2019-08-01 11:44:13 119
原创 SpringBoot+Spring Security + spring boot jpa 实现权限管理
一 建表权限管理需实现5张表:用户表、角色表、用户角色对应表、权限表、权限角色对应表用户表CREATE TABLE platform_user (id bigint(20) NOT NULL AUTO_INCREMENT,username varchar(50) NOT NULL,password varchar(100) NOT NULL,PRIMARY KEY (id)) EN...
2019-08-01 11:40:42 1396
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人