File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ apply plugin: 'org.springframework.boot'
18
18
// 生成的jar包包名和版本
19
19
jar {
20
20
baseName = ' LVMENG_QM'
21
- version = ' 0.2 .0'
21
+ version = ' 1.0 .0'
22
22
}
23
23
24
24
repositories {
Original file line number Diff line number Diff line change 4
4
tomcat :
5
5
max-threads : 800
6
6
uri-encoding : UTF-8
7
+ accesslog :
8
+ enabled : true
9
+ directory : /data/logs/lvmeng/qn
10
+ prefix : lvmeng_qm_access_log
11
+ suffix : .txt
12
+
7
13
8
14
db :
9
15
url : jdbc:mysql://119.29.201.220:3306/lvmeng_qm?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
Original file line number Diff line number Diff line change 7
7
<meta http-equiv =" X-UA-Compatible" content =" ie=edge" >
8
8
<script src =" ${request.contextPath}/js/jquery-3.2.1.min.js" type =" text/javascript" ></script >
9
9
<script src =" ${request.contextPath}/js/ajaxfileupload.js" type =" text/javascript" ></script >
10
- <title >Document </title >
10
+ <title >问卷处理 </title >
11
11
<style >
12
12
input {
13
13
height : 28px ;
You can’t perform that action at this time.
0 commit comments