|
@@ -47,6 +47,10 @@ sys.config.compression.percent=60
|
|
|
sys.config.imageServer.port=9000
|
|
|
#图片服务器ip
|
|
|
sys.config.imageServer.ip=192.168.1.100
|
|
|
+#是否开启样卷功能
|
|
|
+sys.config.yangjuan=false
|
|
|
+#分档的试卷随机捆大小
|
|
|
+sys.config.random-bundle-size=50
|
|
|
|
|
|
|
|
|
#前端静态资源目录
|
|
@@ -54,7 +58,7 @@ web.upload-path=D:\\stmms-ms\\
|
|
|
spring.mvc.static-path-pattern=/**
|
|
|
spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}
|
|
|
|
|
|
-
|
|
|
+app.snapshot.initsql=D:\\stmms-ms\\stmms-ms-2-init.sql
|
|
|
app.snapshot.fdsql=D:\\stmms-ms\\stmms-ms-2-fendang.sql
|
|
|
app.snapshot.dfsql=D:\\stmms-ms\\stmms-ms-2-dafen.sql
|
|
|
app.snapshot.fpsql=D:\\stmms-ms\\stmms-ms-2-fuping.sql
|