Version For use jar

This commit is contained in:
MaxKey
2021-04-22 08:59:01 +08:00
parent 5f21d81346
commit f13edc52bd
38 changed files with 676 additions and 567 deletions

View File

@@ -47,8 +47,9 @@ 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.dialect=mysql
mybatis.type-aliases-package=org.maxkey.entity,org.maxkey.entity.apps,
mybatis.mapper-locations=classpath*:/org/maxkey/persistence/mapper/xml/mysql/*.xml
mybatis.mapper-locations=classpath*:/org/maxkey/persistence/mapper/xml/${mybatis.dialect}/*.xml
mybatis.table-column-snowflake-datacenter-id=1
mybatis.table-column-snowflake-machine-id=1
mybatis.table-column-escape=true