You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
704 B
Properties
20 lines
704 B
Properties
# 生产环境
|
|
|
|
server.port=9995
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
spring.datasource.jdbc-url=jdbc:mysql://127.0.0.1:3306/udims?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
|
spring.datasource.username=root
|
|
spring.datasource.password=123456
|
|
server.servlet.context-path=
|
|
logging.level.com.glxp.udi.admin.dao=debug
|
|
# 跨域设置
|
|
cors.allowed-origins=*
|
|
cors.allowed-headers=Content-Type,ADMIN_ID,ADMIN_TOKEN
|
|
cors.allowed-methods=GET,POST,PUT,DELETE,PATCH,OPTIONS
|
|
cors.allowed-Credentials = true
|
|
|
|
|
|
#mips服务地址
|
|
UDIC_MIPSDOWNLOAD_URL = http://127.0.0.1:8080/UDIC_MIPSDL_Server
|
|
|