38 lines
892 B
YAML
38 lines
892 B
YAML
server:
|
|
port: 8080
|
|
servlet:
|
|
context-path: /weight-loss-camp-service-api
|
|
|
|
spring:
|
|
application:
|
|
name: weight-loss-camp-service-api
|
|
datasource:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://localhost:3307/kevin?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
username: root
|
|
password: 123456
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
server-addr: 60.205.225.2:8848
|
|
group: weight-loss-camp
|
|
username: nacos
|
|
password: nacos
|
|
|
|
mybatis-plus:
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
global-config:
|
|
db-config:
|
|
logic-delete-field: deleted
|
|
logic-delete-value: 1
|
|
logic-not-delete-value: 0
|
|
|
|
knife4j:
|
|
enable: true
|
|
setting:
|
|
language: zh-CN
|
|
swagger-model-name: 实体类列表
|
|
basic:
|
|
enable: false
|