数据库
优质猕猴桃
勿以恶小而为之
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MySQL5.7版本官方yum方式
访问https://dev.mysql.com/downloads/repo/yum/下载mysql提供的rpm包 [html] view plain copy [root@localhost home]# ls mysql57-community-release-el6-11.noarch.rpm [html] vi转载 2017-10-25 18:40:00 · 770 阅读 · 0 评论 -
springBoot整合hibernate表名总是小写
使用SpringBoot整合Hibernate后创建表,表名总为小写,而注解是大写@Table(name="USER")怎么办呢?我们可以在 application.properties里面添加如下内容即可spring.jpa.hibernate.naming.physical-strategy = cn.studyBoot.dao.strategy.UpperTableStrategyUpper...原创 2018-04-28 10:25:43 · 2322 阅读 · 1 评论
分享