上一页 1 2 3 4 5 6 7 8 ··· 52 下一页

2022年4月11日

EXTJS7 可拖拉布局分割条

摘要: ...items: [{ // 需要使用panel才能生效 xtype: 'panel', docked: 'left', // 分... 阅读全文

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

nginx 反向代理端口号丢失处理

摘要: 使用nginx反向代理时,非80端口的server重定向产生丢失端口号的异常 增加配置在HOST HEADER中转发端口号 serv... 阅读全文

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

spring 自定义配置属性

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

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

jpa异常 org.hibernate.TransientPropertyValueException

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

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

spring笔记 启动时自动运行

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

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

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

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

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

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

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

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

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

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

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

spring笔记 验证框架

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

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

IDEA 插件整理

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

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

上一页 1 2 3 4 5 6 7 8 ··· 52 下一页

导航