|
|
@ -1,6 +1,15 @@
|
|
|
|
|
|
|
|
server:
|
|
|
|
|
|
|
|
port: 9095
|
|
|
|
|
|
|
|
servlet:
|
|
|
|
|
|
|
|
encoding:
|
|
|
|
|
|
|
|
charset: UTF-8
|
|
|
|
|
|
|
|
force: true
|
|
|
|
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
# servlet:
|
|
|
|
|
|
|
|
# context-path: /business
|
|
|
|
spring:
|
|
|
|
spring:
|
|
|
|
application:
|
|
|
|
application:
|
|
|
|
name: gaea-business
|
|
|
|
name: aj-report
|
|
|
|
# cloud:
|
|
|
|
# cloud:
|
|
|
|
# nacos:
|
|
|
|
# nacos:
|
|
|
|
# server-addr: 10.108.26.121:8848,10.108.26.145:8848
|
|
|
|
# server-addr: 10.108.26.121:8848,10.108.26.145:8848
|
|
|
@ -37,15 +46,6 @@ generator:
|
|
|
|
enabled: true
|
|
|
|
enabled: true
|
|
|
|
workspace: /workspace/gaea
|
|
|
|
workspace: /workspace/gaea
|
|
|
|
templatePath: template
|
|
|
|
templatePath: template
|
|
|
|
server:
|
|
|
|
|
|
|
|
port: 9092
|
|
|
|
|
|
|
|
servlet:
|
|
|
|
|
|
|
|
encoding:
|
|
|
|
|
|
|
|
charset: UTF-8
|
|
|
|
|
|
|
|
force: true
|
|
|
|
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
# servlet:
|
|
|
|
|
|
|
|
# context-path: /business
|
|
|
|
|
|
|
|
mybatis-plus:
|
|
|
|
mybatis-plus:
|
|
|
|
configuration:
|
|
|
|
configuration:
|
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|