domain ->entity,SQL -> lowercase

domain ->entity,SQL ->  lowercase
This commit is contained in:
MaxKey
2021-04-19 20:03:30 +08:00
parent b4d7911afc
commit 5f21d81346
272 changed files with 1259 additions and 1246 deletions

View File

@@ -47,7 +47,7 @@ spring.datasource.url=jdbc:mysql://localhost/maxkey?autoReconnect=true&character
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
#mybatis
mybatis.type-aliases-package=org.maxkey.domain,org.maxkey.domain.apps,
mybatis.type-aliases-package=org.maxkey.entity,org.maxkey.entity.apps,
mybatis.mapper-locations=classpath*:/org/maxkey/persistence/mapper/xml/mysql/*.xml
mybatis.table-column-snowflake-datacenter-id=1
mybatis.table-column-snowflake-machine-id=1