移除target目录,修改di查询,产品名称查询
parent
5f961ac579
commit
9d243943ff
@ -1,38 +0,0 @@
|
||||
{
|
||||
"groups": [
|
||||
{
|
||||
"name": "cors",
|
||||
"type": "com.glxp.udidl.admin.config.CorsConfig",
|
||||
"sourceType": "com.glxp.udidl.admin.config.CorsConfig"
|
||||
},
|
||||
{
|
||||
"name": "public-file",
|
||||
"type": "com.glxp.udidl.admin.config.PublicFileUrlConfig",
|
||||
"sourceType": "com.glxp.udidl.admin.config.PublicFileUrlConfig"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource",
|
||||
"type": "javax.sql.DataSource",
|
||||
"sourceType": "com.glxp.udidl.admin.config.MasterDataSourceConfig",
|
||||
"sourceMethod": "masterDataSource()"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "cors.allowed-headers",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.glxp.udidl.admin.config.CorsConfig"
|
||||
},
|
||||
{
|
||||
"name": "cors.allowed-methods",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.glxp.udidl.admin.config.CorsConfig"
|
||||
},
|
||||
{
|
||||
"name": "cors.allowed-origins",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.glxp.udidl.admin.config.CorsConfig"
|
||||
}
|
||||
],
|
||||
"hints": []
|
||||
}
|
@ -1,20 +0,0 @@
|
||||
# 本地环境
|
||||
server.port=9994
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.jdbc-url=jdbc:mysql://127.0.0.1:3306/udidl?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=123456
|
||||
server.servlet.context-path=
|
||||
logging.level.com.glxp.udidl.admin.dao=debug
|
||||
# 跨域设置
|
||||
cors.allowed-origins=*
|
||||
cors.allowed-headers=Content-Type,ADMIN_ID,ADMIN_TOKEN
|
||||
cors.allowed-methods=GET,POST,OPTIONS
|
||||
#mips服务地址
|
||||
UDIC_MIPSDOWNLOAD_URL = http://127.0.0.1:8080/UDIC_MIPSDL_Server
|
||||
#UDIC_MIPSDOWNLOAD_URL=http://127.0.0.1:9997
|
||||
config.downloadPath=E:/temp
|
||||
config.openAuth=false
|
||||
spring.servlet.multipart.max-file-size=100MB
|
||||
spring.servlet.multipart.max-request-size=1000MB
|
@ -1,15 +0,0 @@
|
||||
# 生产环境
|
||||
|
||||
server.port=9994
|
||||
#spring.datasource.url=jdbc:mysql://localhost/vue-udidl?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/udidl?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=mysql@2020
|
||||
server.servlet.context-path=
|
||||
|
||||
# 跨域设置
|
||||
cors.allowed-origins=*
|
||||
cors.allowed-headers=Content-Type,ADMIN_ID,ADMIN_TOKEN
|
||||
cors.allowed-methods=GET,POST,PUT,DELETE,PATCH,OPTIONS
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue