@EnableAutoConfiguration 和 @ComponentScan 是一对
如果你定义了@Configuration但是不生效,多半是你的Application没有写好,上面两个必须同时开启.
写了@PreAuthorize("xx"),但是无效?
看看你的@EnableGlobalMethodSecurity(prePostEnabled=true) 写了没?
bean里的column值和数据库里的值不一致,会自动命名成下划线式?
你可以自定义命名策略,自己写一个类,继承 ImprovedNamingStrategy, 然后再配置文件里写
string.jpa.hibernate.naming_strategy: 你的包名.你的类名