You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.2 KiB
50 lines
1.2 KiB
|
|
# Tomcat
|
|
server:
|
|
port: 8081
|
|
|
|
# Spring
|
|
spring:
|
|
application:
|
|
# 应用名称
|
|
name: camunda
|
|
jackson:
|
|
time-zone: GMT+8
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
profiles:
|
|
# 环境配置
|
|
# active: test-${PROFILES_ACTIVE:dev}
|
|
active: ${PROFILES_ACTIVE:dev}
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
#开发调试打开
|
|
# 服务注册地址(开发环境)
|
|
contextPath: /nacos
|
|
server-addr: ${NACOS_DISCOVERY_SERVER_ADDR:22.40.215.149:8888}
|
|
namespace: dlp
|
|
# namespace: test
|
|
username: nacos
|
|
password: Soft@5569
|
|
|
|
config:
|
|
enable: true
|
|
# 配置中心地址(开发环境)
|
|
contextPath: /nacos
|
|
server-addr: ${NACOS_DISCOVERY_SERVER_ADDR:22.40.215.149:8888}
|
|
namespace: dlp
|
|
# namespace: test
|
|
username: nacos
|
|
password: Soft@5569
|
|
|
|
# 配置文件格式
|
|
file-extension: yml
|
|
# 共享配置
|
|
shared-dataids: application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
|
#mybatis-plus:
|
|
# global-config:
|
|
# db-config:
|
|
# logic-delete-field: delFlag
|
|
# logic-delete-value: true
|
|
# logic-not-delete-value: false
|