删除多余文件

master
anthonywj 3 years ago
parent 03fceaf8d9
commit 07cae1f471

@ -4,7 +4,8 @@ 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=mysql@2020
#spring.datasource.password=mysql@2020
spring.datasource.password=123456
server.servlet.context-path=
logging.level.com.glxp.udi.admin.dao=debug
# 跨域设置

@ -1,43 +0,0 @@
{
"groups": [
{
"name": "cors",
"type": "com.glxp.udi.admin.config.CorsConfig",
"sourceType": "com.glxp.udi.admin.config.CorsConfig"
},
{
"name": "publish-file",
"type": "com.glxp.udi.admin.config.PublicFileUrlConfig",
"sourceType": "com.glxp.udi.admin.config.PublicFileUrlConfig"
},
{
"name": "spring.datasource",
"type": "javax.sql.DataSource",
"sourceType": "com.glxp.udi.admin.config.MasterDataSourceConfig",
"sourceMethod": "masterDataSource()"
}
],
"properties": [
{
"name": "cors.allowed-headers",
"type": "java.lang.String",
"sourceType": "com.glxp.udi.admin.config.CorsConfig"
},
{
"name": "cors.allowed-methods",
"type": "java.lang.String",
"sourceType": "com.glxp.udi.admin.config.CorsConfig"
},
{
"name": "cors.allowed-origins",
"type": "java.lang.String",
"sourceType": "com.glxp.udi.admin.config.CorsConfig"
},
{
"name": "cors.coallowed-credentials",
"type": "java.lang.String",
"sourceType": "com.glxp.udi.admin.config.CorsConfig"
}
],
"hints": []
}

@ -1,19 +0,0 @@
# 生产环境
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

@ -1,8 +0,0 @@
spring.profiles.active=pro
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
mybatis.config-location=classpath:mybatis/mybatis-config.xml
mybatis.mapper-locations=classpath:mybatis/mapper/*/*.xml
spring.jmx.enabled=false

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save