Skip to content

Commit ef8d06d

Browse files
DuaneDuane
authored andcommitted
修改为正式版本号
增加访问日志 修改首页title
1 parent f9a2966 commit ef8d06d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'org.springframework.boot'
1818
//生成的jar包包名和版本
1919
jar {
2020
baseName = 'LVMENG_QM'
21-
version = '0.2.0'
21+
version = '1.0.0'
2222
}
2323

2424
repositories {

src/main/resources/application.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ server:
44
tomcat:
55
max-threads: 800
66
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+
713

814
db:
915
url: jdbc:mysql://119.29.201.220:3306/lvmeng_qm?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false

src/main/resources/templates/index.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
88
<script src="${request.contextPath}/js/jquery-3.2.1.min.js" type="text/javascript"></script>
99
<script src="${request.contextPath}/js/ajaxfileupload.js" type="text/javascript"></script>
10-
<title>Document</title>
10+
<title>问卷处理</title>
1111
<style>
1212
input{
1313
height: 28px;

0 commit comments

Comments
 (0)