上一页 1 ··· 3 4 5 6 7

2019年9月25日

springboot data jpa 报错:cannot reliably process 'remove' call

摘要: 使用jpa.deleteRemembermeTokensByUsernameIs(username);和 jpa.deleteRemembermeTokenByUsernameIs(username);效果一样,但是在方法上没有加@Transational会报错误:cannot reliably p 阅读全文

posted @ 2019-09-25 06:19 谦虚好学每一天 阅读(4442) 评论(0) 推荐(0)

2019年9月13日

Windows 免安装mysql启动命令

摘要: 启动mysqlD:\mysql\bin>mysqld --console 阅读全文

posted @ 2019-09-13 16:12 谦虚好学每一天 阅读(458) 评论(0) 推荐(0)

2019年8月2日

AOP切面之@within 和 @target

摘要: @within:当前类有注解,则对该类对父类重载的方法和自有方法产生效果,其他的方法均无效果。若子类无注解,且子类调用的是该类的方法(即子类未对该方法进行重载),则有效果。@target:若当前类有注解,则对该类继承、自有、重载的方法有效。若子类无注解,则无效果。 详细可见https://www.j 阅读全文

posted @ 2019-08-02 22:43 谦虚好学每一天 阅读(4286) 评论(1) 推荐(1)

2019年7月31日

application.properties 和 application.yml文件互转和优先级

摘要: application.properties 优先级高于 application.yml 两种格式在线互转网址: https://www.toyaml.com/index.html 阅读全文

posted @ 2019-07-31 11:55 谦虚好学每一天 阅读(2029) 评论(0) 推荐(0)

2019年7月30日

springsecurity methodSecurityInterceptor

摘要: springboot2 + springsecurity + activiti7时出现如下提示 Description:The bean 'methodSecurityInterceptor', defined in class path resource [org/activiti/spring/ 阅读全文

posted @ 2019-07-30 07:35 谦虚好学每一天 阅读(2167) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7

导航