|
@@ -3,8 +3,6 @@ spring:
|
|
|
mvc:
|
|
|
favicon:
|
|
|
enabled: false
|
|
|
-
|
|
|
- # thymeleaf
|
|
|
thymeleaf:
|
|
|
prefix: classpath:/templates/
|
|
|
check-template-location: true # 这个可以不配置,检查模板位置
|
|
@@ -14,168 +12,56 @@ spring:
|
|
|
mode: HTML5
|
|
|
cache: false #避免改了模版还要重启服务器
|
|
|
|
|
|
-mongodb1:
|
|
|
- database: test
|
|
|
- host: 121.196.124.158
|
|
|
- port: 27117
|
|
|
- username: mooctest
|
|
|
- password: mooctest
|
|
|
-
|
|
|
-mongodb2:
|
|
|
- database: test
|
|
|
- host: 121.196.124.158
|
|
|
- port: 27117
|
|
|
- username: mooctest
|
|
|
- password: mooctest
|
|
|
-
|
|
|
-report.host: 127.0.0.1:8090
|
|
|
-
|
|
|
----
|
|
|
-spring:
|
|
|
- profiles: dev-xc
|
|
|
- thymeleaf:
|
|
|
- cache: false
|
|
|
-
|
|
|
-mongodb1:
|
|
|
- database: test
|
|
|
- host: 121.196.124.158
|
|
|
- port: 27117
|
|
|
- username: mooctest
|
|
|
- password: mooctest
|
|
|
-
|
|
|
-mongodb2:
|
|
|
- database: test
|
|
|
- host: 121.196.124.158
|
|
|
- port: 27117
|
|
|
- username: mooctest
|
|
|
- password: mooctest
|
|
|
-
|
|
|
-report.export.addr: http://47.99.140.117:9002/generateReport
|
|
|
-report.export.excel.addr: http://47.99.140.117:9003/generateReport
|
|
|
-task.info.addr: http://127.0.0.1:8090/Bug/api/extra/getExamList
|
|
|
-
|
|
|
-server:
|
|
|
- port: 9004
|
|
|
-# port: 8090
|
|
|
logging:
|
|
|
level:
|
|
|
com.mooctest: debug
|
|
|
pattern:
|
|
|
console: "%d{yyyy-MM-dd HH:mm:ss} [%p] [%t] [%c] %m%n"
|
|
|
+
|
|
|
+server.port: 9004
|
|
|
---
|
|
|
spring:
|
|
|
- profiles: dev
|
|
|
- thymeleaf:
|
|
|
- cache: false
|
|
|
+ profiles: dev-online
|
|
|
|
|
|
-mongodb1:
|
|
|
+mongodb:
|
|
|
database: test
|
|
|
host: 121.196.124.158
|
|
|
port: 27117
|
|
|
username: mooctest
|
|
|
password: mooctest
|
|
|
|
|
|
-mongodb2:
|
|
|
+baseUrl:
|
|
|
+ auditDistribute: http://129.211.185.102:8082/
|
|
|
+ mooctest: http://101.37.175.111:8191
|
|
|
+ taskDistribute: http://47.102.206.109:6379/
|
|
|
+ report:
|
|
|
+ export: http://47.99.140.117:9002/generateReport
|
|
|
+ excel: http://localhost:9003/generateReport
|
|
|
+ host: 127.0.0.1:8090
|
|
|
+ urlPath: http://47.98.174.59:8100/resourcesXinchuang/
|
|
|
+
|
|
|
+useOss: true
|
|
|
+filePath: /Users/insomnialee/Desktop/now/
|
|
|
+---
|
|
|
+spring:
|
|
|
+ profiles: private-cloud
|
|
|
+
|
|
|
+mongodb:
|
|
|
database: test
|
|
|
host: 121.196.124.158
|
|
|
port: 27117
|
|
|
username: mooctest
|
|
|
password: mooctest
|
|
|
|
|
|
-report.export.addr: http://47.99.140.117:9002/generateReport
|
|
|
-report.export.excel.addr: http://47.99.140.117:9003/generateReport
|
|
|
-task.info.addr: http://127.0.0.1:8090/Bug/api/extra/getExamList
|
|
|
-#task.info.addr: http://47.99.140.117:9001/Bug/api/extra/getExamList
|
|
|
-
|
|
|
-server:
|
|
|
- port: 9004
|
|
|
-# port: 8090
|
|
|
-logging:
|
|
|
- level:
|
|
|
- com.mooctest: debug
|
|
|
- pattern:
|
|
|
- console: "%d{yyyy-MM-dd HH:mm:ss} [%p] [%t] [%c] %m%n"
|
|
|
----
|
|
|
-spring:
|
|
|
- profiles: test
|
|
|
- thymeleaf:
|
|
|
- cache: false
|
|
|
-
|
|
|
-server:
|
|
|
- port: 9004
|
|
|
-# port: 8090
|
|
|
-logging:
|
|
|
- level:
|
|
|
- com.mooctest: debug
|
|
|
- pattern:
|
|
|
- console: "%d{yyyy-MM-dd HH:mm:ss} [%p] [%t] [%c] %m%n"
|
|
|
----
|
|
|
-spring:
|
|
|
- profiles: private-cloud
|
|
|
- thymeleaf:
|
|
|
- cache: false
|
|
|
+baseUrl:
|
|
|
+ auditDistribute: test
|
|
|
+ mooctest: http://101.37.175.111:8191
|
|
|
+ taskDistribute: http://47.102.206.109:6379/
|
|
|
+ report:
|
|
|
+ export: http://47.99.140.117:9002/generateReport
|
|
|
+ excel: http://47.98.174.59:8095/generateReport
|
|
|
+ host: 47.98.174.59:8100
|
|
|
+ urlPath: http://47.98.174.59:8100/resourcesXinchuang/
|
|
|
|
|
|
-task:
|
|
|
- info:
|
|
|
- addr: http://47.98.174.59:8100/Bug/api/extra/getExamList
|
|
|
- distribute:
|
|
|
- url: test
|
|
|
-server:
|
|
|
- port: 9004
|
|
|
-report.host: 47.98.174.59:8100
|
|
|
-audit:
|
|
|
- distribute:
|
|
|
- addr: test
|
|
|
-mooctest:
|
|
|
- host: http://101.37.175.111:8191
|
|
|
-report.export.addr: http://47.99.140.117:9002/generateReport
|
|
|
-report.export.excel.addr: http://47.98.174.59:8095/generateReport
|
|
|
-mongodb1.database: crowd_review_enterprise
|
|
|
-mongodb1.host: 47.98.174.59
|
|
|
-mongodb1.port: 27117
|
|
|
-mongodb2.database: co-enterprise
|
|
|
-mongodb2.host: 47.98.174.59
|
|
|
-mongodb2.port: 27117
|
|
|
useOss: false
|
|
|
-filePath: /xinchuang/data/
|
|
|
-urlPath: http://47.98.174.59:8100/resourcesXinchuang/
|
|
|
-logging:
|
|
|
- level:
|
|
|
- com:
|
|
|
- mooctest: debug
|
|
|
- pattern:
|
|
|
- console: "%d{yyyy-MM-dd HH:mm:ss} [%p] [%t] [%c] %m%n"
|
|
|
----
|
|
|
-spring:
|
|
|
- profiles: dev-online
|
|
|
-# data:
|
|
|
-# mongodb:
|
|
|
-# uri: mongodb://mooctest:mooctest@121.196.124.158:27117/test
|
|
|
-
|
|
|
-server.port: 9004
|
|
|
-spring.profiles: dev-online
|
|
|
-spring.thymeleaf.cache: false
|
|
|
-
|
|
|
-audit.distribute.addr: http://129.211.185.102:8082/
|
|
|
-filePath: /Users/insomnialee/Desktop/now/
|
|
|
-foo: bar
|
|
|
-logging.level.com.mooctest: debug
|
|
|
-logging.pattern.console: "%d{yyyy-MM-dd HH:mm:ss} [%p] [%t] [%c] %m%n"
|
|
|
-mongodb1.database: test
|
|
|
-mongodb1.host: 121.196.124.158
|
|
|
-mongodb1.password: mooctest
|
|
|
-mongodb1.port: 27117
|
|
|
-mongodb1.username: mooctest
|
|
|
-mongodb2.database: test
|
|
|
-mongodb2.host: 121.196.124.158
|
|
|
-mongodb2.password: mooctest
|
|
|
-mongodb2.port: 27117
|
|
|
-mongodb2.username: mooctest
|
|
|
-mooctest.host: http://101.37.175.111:8191
|
|
|
-report.export.addr: http://47.99.140.117:9002/generateReport
|
|
|
-report.export.excel.addr: http://localhost:9003/generateReport
|
|
|
-report.host: 127.0.0.1:8090
|
|
|
-task.distribute.url: http://47.102.206.109:6379/
|
|
|
-task.info.addr: http://127.0.0.1:8090/Bug/api/extra/getExamList
|
|
|
-urlPath: localhost:9004/
|
|
|
-useOss: true
|
|
|
+filePath: /xinchuang/data/
|