2020年3月26日

spring security authenticated与fullyAuthenticated的区别

摘要: authenticated Returns true if the user is not anonymous fullyAuthe... 阅读全文

posted @ 2020-03-26 13:35 路过君 阅读(1027) 评论(0) 推荐(0) 编辑

springsecurity oauth2 端点安全源码

摘要: 默认配置 AuthorizationServerSecurityConfigurer ...// 客户端默认使用BASIC AUTH... 阅读全文

posted @ 2020-03-26 13:13 路过君 阅读(190) 评论(0) 推荐(0) 编辑

springsecurity oauth2 授权码模式流程

摘要: authorization_code 1.客户端站点尝试获取授权码 http://authServer/oauth/authoriz... 阅读全文

posted @ 2020-03-26 11:32 路过君 阅读(465) 评论(0) 推荐(0) 编辑

2020年3月25日

extjs 部署时动态切换上下文路径

摘要: 修改index.html ... // 获取首页上下文路径 var basePath = window.location... 阅读全文

posted @ 2020-03-25 15:52 路过君 阅读(60) 评论(0) 推荐(0) 编辑

extjs store 设置额外参数刷新数据

摘要: store.proxy.setExtraParams({param1: 'value1', param2: 'value2'});s... 阅读全文

posted @ 2020-03-25 14:26 路过君 阅读(139) 评论(0) 推荐(0) 编辑

extjs store定义 通过ajax访问json数据

摘要: { proxy: { type: 'ajax', url: '/data.json', reader: { type: '... 阅读全文

posted @ 2020-03-25 13:51 路过君 阅读(110) 评论(0) 推荐(0) 编辑

Extjs mvvm store绑定

摘要: view ...viewModel: { type: 'view1.mainviewmodel'},...bind:{ store:... 阅读全文

posted @ 2020-03-25 13:47 路过君 阅读(69) 评论(0) 推荐(0) 编辑

2020年3月24日

spring 自定义配置属性 嵌套 集合

摘要: @ConfigurationProperties("init-data.auth")public class AuthPropert... 阅读全文

posted @ 2020-03-24 10:34 路过君 阅读(244) 评论(0) 推荐(0) 编辑

spring 自定义配置属性

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

posted @ 2020-03-24 09:33 路过君 阅读(86) 评论(0) 推荐(0) 编辑

2020年3月23日

jpa异常 org.hibernate.TransientPropertyValueException

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

posted @ 2020-03-23 16:46 路过君 阅读(382) 评论(0) 推荐(0) 编辑

导航