更新 template/entrance/web/src/main/resources/application.properties
This commit is contained in:
@@ -1,15 +1,9 @@
|
|||||||
spring.profiles.active=local
|
spring.profiles.active=local
|
||||||
envs=local,remote,online,custom
|
envs=local,remote,online,custom
|
||||||
check=true
|
|
||||||
spring.main.allow-bean-definition-overriding=true
|
spring.main.allow-bean-definition-overriding=true
|
||||||
spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER
|
spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER
|
||||||
spring.jpa.open-in-view=false
|
|
||||||
spring.main.allow-circular-references=true
|
spring.main.allow-circular-references=true
|
||||||
spring.login.security.csrf=false
|
|
||||||
application.name={{ .projectName }}
|
|
||||||
mybatis.configuration.map-underscore-to-camel-case=true
|
mybatis.configuration.map-underscore-to-camel-case=true
|
||||||
project_id={{ .projectId }}
|
|
||||||
project_name={{ .projectName }}
|
|
||||||
base.package={{.groupId}}
|
base.package={{.groupId}}
|
||||||
{{- if eq .dbType "mysql" }}
|
{{- if eq .dbType "mysql" }}
|
||||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||||
@@ -36,9 +30,6 @@ db.type=dm
|
|||||||
db.basetable.create=true
|
db.basetable.create=true
|
||||||
#hibernate.show_sql=true
|
#hibernate.show_sql=true
|
||||||
|
|
||||||
server.ssl.enabled=false
|
|
||||||
server.forward-headers-strategy=framework
|
|
||||||
|
|
||||||
## message config , use memory for test, mq.type can be redis/rocketmq/kafka
|
## message config , use memory for test, mq.type can be redis/rocketmq/kafka
|
||||||
mq.type=memory
|
mq.type=memory
|
||||||
spring.autoconfigure.exclude=org.redisson.spring.starter.RedissonAutoConfiguration
|
spring.autoconfigure.exclude=org.redisson.spring.starter.RedissonAutoConfiguration
|
||||||
|
|||||||
Reference in New Issue
Block a user