2022年4月11日

spring 自定义配置属性

摘要: 依赖 org.springframework.boot spring-boot-configuration-proce... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(150) 评论(0) 推荐(0) 编辑

jpa异常 org.hibernate.TransientPropertyValueException

摘要: object references an unsaved transient instance - save the transie... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(130) 评论(0) 推荐(0) 编辑

spring笔记 启动时自动运行

摘要: CommandLineRunner ApplicationRunner 参考资料 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(21) 评论(0) 推荐(0) 编辑

spring cloud笔记 oauth2授权服务 默认tokenService配置源码

摘要: AuthorizationServerEndpointsConfiguration ...private Authorization... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(308) 评论(0) 推荐(0) 编辑

spring cloud 搭建oauth2授权服务 使用redis存储令牌

摘要: 依赖 org.springframework.boot spring-boot-starter-data-redis ... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(299) 评论(0) 推荐(0) 编辑

spring cloud笔记 oauth2授权服务 clientDetails配置源码

摘要: clientDetails @EnableAuthorizationServer ...@Import({... Authoriza... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(468) 评论(0) 推荐(0) 编辑

spring笔记 验证框架

摘要: 验证框架 依赖注解注 依赖 org.springframework.boot spring-boot-starter... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(33) 评论(0) 推荐(0) 编辑

IDEA 插件整理

摘要: JAVA调用方法自动填充参数 auto filling(转) 生成代码 Easy Code(转) 自动生成set GenerateA... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(11) 评论(0) 推荐(0) 编辑

spring security笔记 默认登陆页面源码

摘要: 依赖 spring-security-web 源码 org.springframework.security.web.authent... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(11) 评论(0) 推荐(0) 编辑

EXTJS7 自定义配置延迟初始化

摘要: config段中的自定义配置默认会在initConfig中被初始化,一般会在构造函数中调用initConfig。 使用lazy属性可... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(48) 评论(0) 推荐(0) 编辑

导航