rtos-mini-service4/wx-applet/target/classes/bootstrap.yml

71 lines
2.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 微信小程序服务配置
server:
port: 8891
shutdown: graceful
# postgresql数据源配置
spring:
application:
name: rtos-mini
profiles:
active: pre
# datasource:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://localhost:5432/rtos_wx_applet?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
# username: postgres
# password: wsnet_906 #Fineidc@2023 #wsnet_906
# # 丰网服务器环境IP61.184.202.72; port:5432; db:rtos_applet_v2; user: postgres password: Fineidc@2023
# datasource:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://61.184.202.72:5432/rtos_applet_v2?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
# username: postgres
# password: Fineidc@2023 #Fineidc@2023 #wsnet_906
# 海通测试环境IP192.168.61.114; port:5432; db:rtos_wh; user: rtops_wh password: wh#2023
# datasource:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://192.168.61.114:5432/rtos_wh?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
# username: rtops_wh
# password: wh#2023
# 开发库本地(公司)IP192.168.0.16; port:5432; db:rtops_wh; user: rtos_wh password: wh#2023
# datasource:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://192.168.0.16:5432/rtos_wh?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
# username: rtops_wh
# password: wh#2023
# # 开发库本地IPlocalhost; port:5432; db:rtos_wh; user: postgres password: wsnet906
# datasource:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://localhost:5432/rtos_wh?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
# username: postgres
# password: wsnet906
# 华为云测试环境IP116.205.142.169; port:5432; db:rtos_wh; user: rtops_wh password: wh#2023
# datasource:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://116.205.142.169:5432/rtos_wh?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
# username: rtops_wh
# password: wh#2023
# mybatis配置
#mybatis:
#mapper-locations: classpath:mappers/*/*.xml
#
## pagehelper 分页插件
#pagehelper:
#helperDialect: postgresql
#reasonable: true
#supportMethodsArguments: true
#rowBoundsWithCount: true
#params: count=countSql