删除target

master
hongtianzai 3 years ago
parent 1592c96537
commit 3884ecf6e6

@ -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,29 +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
# 阳光采购平台
udplat.host=http://pre-mcs.udplat.org/mcs-api
#udplat.appId=10000090
#udplat.secretKey=QchvZnPYK1jyOYV
#udplat.userName=\u8bcf\u5b89\u53bf\u533b\u9662
udplat.appId=20004072
udplat.secretKey=hoGxLSEsSyysnS9
udplat.userName=\u798F\u5EFA\u7247\u4ED4\u7640\u8BCA\u65AD\u6280\u672F\u6709\u9650\u516C\u53F8

@ -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

@ -1,40 +0,0 @@
# 线上测试环境
server.port=9998
#spring.datasource.url=jdbc:mysql://localhost/vue-udidl?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=
server.servlet.context-path=
logging.level.com.glxp.udidl.admin.dao=debug
#公共文件的配置
# 上传的地址
public-file.uploadUrl=
# 资源的域名
public-file.domain=
# 跨域设置
cors.allowed-origins=http://test.com
cors.allowed-headers=Content-Type,ADMIN_ID,ADMIN_TOKEN
cors.allowed-methods=GET,POST,PUT,DELETE,PATCH,OPTIONS
# Redis数据库索引默认为0
spring.redis.database=0
# Redis服务器地址
spring.redis.host=localhost
# Redis服务器连接端口
spring.redis.port=6379
# Redis服务器连接密码默认为空
#spring.redis.password=
#连接池最大连接数(使用负值表示没有限制)
#spring.redis.jedis.pool.max-active=8
# 连接池最大阻塞等待时间(使用负值表示没有限制)
#spring.redis.jedis.pool.max-wait=
# 连接池中的最大空闲连接
#spring.redis.jedis.pool.max-idle=8
# 连接池中的最小空闲连接
#spring.redis.jedis.pool.min-idle=0
# 连接超时时间(毫秒)
#spring.redis.timeout=0

@ -1,18 +0,0 @@
spring.profiles.active=dev
#
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
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
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
cors.allowed-origins=*
cors.allowed-headers=Content-Type,ADMIN_ID,ADMIN_TOKEN
cors.allowed-methods=GET,POST,PUT,DELETE,PATCH,OPTIONS

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

Loading…
Cancel
Save