|
|
@@ -1,38 +0,0 @@
|
|
1
|
|
-server.port=9002
|
|
2
|
|
-
|
|
3
|
|
-# ���ÿ⼶Ӧ������Դ
|
|
4
|
|
-spring.datasource.depot.driverClassName = com.mysql.jdbc.Driver
|
|
5
|
|
-spring.datasource.depot.url = jdbc:mysql://192.168.80.25:3306/depot?useUnicode=true&characterEncoding=utf-8
|
|
6
|
|
-spring.datasource.depot.username = root
|
|
7
|
|
-spring.datasource.depot.password = 123456
|
|
8
|
|
-
|
|
9
|
|
-spring.datasource.agile.driverClassName = com.mysql.jdbc.Driver
|
|
10
|
|
-spring.datasource.agile.url = jdbc:mysql://192.168.80.25:3306/lsreport_ts?useUnicode=true&characterEncoding=utf-8
|
|
11
|
|
-spring.datasource.agile.username = root
|
|
12
|
|
-spring.datasource.agile.password = 123456
|
|
13
|
|
-
|
|
14
|
|
-
|
|
15
|
|
-eureka.client.serviceUrl.defaultZone=http://localhost:9001/eureka/
|
|
16
|
|
-spring.application.name=depot-business
|
|
17
|
|
-
|
|
18
|
|
-eureka.instance.status-page-url=http://localhost:${server.port}/swagger-ui.html
|
|
19
|
|
-
|
|
20
|
|
-#文件上传与下载
|
|
21
|
|
-web.upload-path=D:/depotImg/
|
|
22
|
|
-spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}
|
|
23
|
|
-
|
|
24
|
|
-#activiti
|
|
25
|
|
-spring.activiti.check-process-definitions=false
|
|
26
|
|
-
|
|
27
|
|
-
|
|
28
|
|
-#
|
|
29
|
|
-spring.http.multipart.maxFileSize=10Mb
|
|
30
|
|
-spring.http.multipart.maxRequestSize=10Mb
|
|
31
|
|
-
|
|
32
|
|
-#省级平台接口地址
|
|
33
|
|
-reportUrl = http://10.3.38.34:8087/api
|
|
34
|
|
-
|
|
35
|
|
-
|
|
36
|
|
-
|
|
37
|
|
-
|
|
38
|
|
-
|