mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
v 1.2 GA
v 1.2 GA
This commit is contained in:
parent
2c9dd94230
commit
474978ef52
@ -1,5 +1,5 @@
|
|||||||
group =org.maxkey
|
group =org.maxkey
|
||||||
version =1.0.0.RELEASE
|
version =1.2.0.RELEASE
|
||||||
vendor =https://github.com/shimingxy/MaxKey
|
vendor =https://github.com/shimingxy/MaxKey
|
||||||
author =shimingxy
|
author =shimingxy
|
||||||
|
|
||||||
|
|||||||
@ -24,6 +24,6 @@ config.datasource.database=mysql
|
|||||||
config.datasource.driverclass=com.mysql.jdbc.Driver
|
config.datasource.driverclass=com.mysql.jdbc.Driver
|
||||||
config.datasource.url=jdbc:mysql://localhost/maxkey?autoReconnect=true&characterEncoding=UTF-8
|
config.datasource.url=jdbc:mysql://localhost/maxkey?autoReconnect=true&characterEncoding=UTF-8
|
||||||
config.datasource.username=root
|
config.datasource.username=root
|
||||||
config.datasource.password=connsec
|
config.datasource.password=maxkey
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
@ -6,7 +6,7 @@ server.port=9521
|
|||||||
server.servlet.context-path=/maxkey-mgt
|
server.servlet.context-path=/maxkey-mgt
|
||||||
|
|
||||||
application.name=MaxKey-Mgt
|
application.name=MaxKey-Mgt
|
||||||
application.formatted-version=v1.1 GA
|
application.formatted-version=v1.2 GA
|
||||||
|
|
||||||
#for freemarker
|
#for freemarker
|
||||||
spring.freemarker.template-loader-path=classpath:/templates/views
|
spring.freemarker.template-loader-path=classpath:/templates/views
|
||||||
|
|||||||
@ -14,7 +14,7 @@ server.ssl.key-store-type=JKS
|
|||||||
server.servlet.context-path=/maxkey
|
server.servlet.context-path=/maxkey
|
||||||
|
|
||||||
application.name=MaxKey
|
application.name=MaxKey
|
||||||
application.formatted-version=v1.1 GA
|
application.formatted-version=v1.2 GA
|
||||||
|
|
||||||
#for freemarker
|
#for freemarker
|
||||||
spring.freemarker.template-loader-path=classpath:/templates/views
|
spring.freemarker.template-loader-path=classpath:/templates/views
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user