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.
28 lines
959 B
28 lines
959 B
server:
|
|
port: 8002
|
|
# port: 8082
|
|
spring:
|
|
jackson:
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
time-zone: GMT+8
|
|
datasource:
|
|
url: jdbc:mysql://112.124.40.88:33306/user_information?useUnicode=true&characteEncoding=utf-8
|
|
username: root
|
|
password: 3cqscbr@only1
|
|
# url: jdbc:mysql://10.124.102.10:3306/user_information?useUnicode=true&characteEncoding=utf-8
|
|
# username: root
|
|
# password: Njsqxj_sthj@2021
|
|
# url: jdbc:mysql://192.168.6.6:3306/njsthj?useUnicode=true&characteEncoding=utf-8
|
|
# username: njsthj
|
|
# password: Njsqxj_sthj@2021
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
custom:
|
|
image:
|
|
url: ${custom.parent-url}:${server.port}/product
|
|
gifPath: ${custom.image.path}/gif
|
|
# path: D:/Deployments/LamanRadar/product
|
|
# parent-url: http://localhost
|
|
path: /home/project/NJEnvironmentPlatform/html/product
|
|
parent-url: http://10.124.102.10
|
|
# path: /home/develop/product
|
|
# parent-url: http://rdp.nagr.com.cn
|
|
|