提交 155cc0be 作者: 沈振路

init

上级 1640c355
#mybatis
mybatis-plus:
mapper-locations: classpath*:/mapper/*.xml
#实体扫描,多个package用逗号或者分号分隔
typeAliasesPackage: com.yaoyaozw.customer.entity
global-config:
#数据库相关配置
db-config:
#主键类型 AUTO:"数据库ID自增", INPUT:"用户输入ID", ID_WORKER:"全局唯一ID (数字类型唯一ID)", UUID:"全局唯一ID UUID";
id-type: AUTO
logic-delete-value: 1
logic-not-delete-value: 0
banner: false
#原生配置
configuration:
map-underscore-to-camel-case: true
cache-enabled: false
call-setters-on-nulls: true
jdbc-type-for-null: 'null'
logging:
level:
com.example.material.mapper: debug
wx:
requestUrl: https://api.weixin.qq.com
\ No newline at end of file
#mybatis
mybatis-plus:
mapper-locations: classpath*:/mapper/*.xml
#实体扫描,多个package用逗号或者分号分隔
typeAliasesPackage: com.yaoyaozw.customer.entity
global-config:
#数据库相关配置
db-config:
#主键类型 AUTO:"数据库ID自增", INPUT:"用户输入ID", ID_WORKER:"全局唯一ID (数字类型唯一ID)", UUID:"全局唯一ID UUID";
id-type: AUTO
logic-delete-value: 1
logic-not-delete-value: 0
banner: false
#原生配置
configuration:
map-underscore-to-camel-case: true
cache-enabled: false
call-setters-on-nulls: true
jdbc-type-for-null: 'null'
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
logging:
level:
com.example.material.mapper: debug
wx:
requestUrl: https://api.weixin.qq.com
\ No newline at end of file
#mybatis
mybatis-plus:
mapper-locations: classpath*:/mapper/*.xml
#实体扫描,多个package用逗号或者分号分隔
typeAliasesPackage: com.yaoyaozw.customer.entity
global-config:
#数据库相关配置
db-config:
#主键类型 AUTO:"数据库ID自增", INPUT:"用户输入ID", ID_WORKER:"全局唯一ID (数字类型唯一ID)", UUID:"全局唯一ID UUID";
id-type: AUTO
logic-delete-value: 1
logic-not-delete-value: 0
banner: false
#原生配置
configuration:
map-underscore-to-camel-case: true
cache-enabled: false
call-setters-on-nulls: true
jdbc-type-for-null: 'null'
logging:
level:
com.example.material.mapper: debug
wx:
requestUrl: https://api.weixin.qq.com
\ No newline at end of file
server:
port: 12138
spring:
application:
name: customer-service
profiles:
active: test
---
spring:
profiles: dev
cloud:
nacos:
discovery:
server-addr: 47.103.117.175:8848
namespace: 062507b6-b1d7-4aac-8ed8-0da1cd9451e1
config:
server-addr: 47.103.117.175:8848
namespace: 062507b6-b1d7-4aac-8ed8-0da1cd9451e1
file-extension: yml
ext-config:
- data-id: customer-service-test.yml
group: DEFAULT_GROUP
refresh: true
---
spring:
profiles: test
cloud:
nacos:
discovery:
server-addr: 47.103.117.175:8848
namespace: 062507b6-b1d7-4aac-8ed8-0da1cd9451e1
config:
namespace: 062507b6-b1d7-4aac-8ed8-0da1cd9451e1
server-addr: 47.103.117.175:8848
file-extension: yml
ext-config:
- data-id: customer-service-test.yml
group: DEFAULT_GROUP
refresh: true
---
spring:
profiles: pro
cloud:
nacos:
discovery:
server-addr: 47.103.117.175:8848
namespace: a01feea3-0588-4d87-970e-26458d656e82
config:
namespace: a01feea3-0588-4d87-970e-26458d656e82
server-addr: 47.103.117.175:8848
file-extension: yml
ext-config:
- data-id: customer-service-pro.yml
group: DEFAULT_GROUP
refresh: true
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论