springboot
weixin_44717113
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot-jpa扫描包
启动类添加以下注解 @SpringBootApplication @ComponentScan(“com.flower.base”) @EnableJpaRepositories(“com.flower.base.dao”) @EntityScan(“com.flower.base.pojo”) dao接口 @Repository (不必须) service @Service 不用实现类...原创 2019-07-16 09:30:52 · 4574 阅读 · 0 评论 -
springboot-jpa的日志问题
springboot-jpa的日志问题 配置: logging: config: classpath:conf/logback-spring.xml level: org.springframework.boot.autoconfigure: error #springboot自动配置的日志 org.hibernate.type.descriptor.sql.Basic...原创 2019-08-22 16:25:53 · 1770 阅读 · 0 评论
分享