Skip to content

Commit

Permalink
dev1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perfree committed Apr 27, 2019
1 parent eb045e7 commit ba0395f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#dev
spring.devtools.restart.enabled=true
# 版本号
version=dev
version=dev1.0.0
# 当前版本更新时间
version.date=2019-04-17
version.date=2019-04-27
# 上传文件临时目录
#upload.temp.path=temp/
upload.temp.path=E:/temp/
upload.temp.path=temp/
#upload.temp.path=E:/temp/
# 端口号
server.port=8888
server.port=8088
# 移除url中jsessionid
server.servlet.session.cookie.http-only=false

Expand All @@ -17,11 +17,11 @@ spring.servlet.multipart.max-file-size=-1
spring.servlet.multipart.max-request-size=-1

# 数据库地址(开发用,地址自己改为db文件地址)
spring.datasource.url=jdbc:sqlite:D:\\fastdfs\\go-fastdfs.db
spring.datasource.driver-class-name=org.sqlite.JDBC
# 数据库地址(生产用)
#spring.datasource.url=jdbc:sqlite:db/go-fastdfs.db
#spring.datasource.url=jdbc:sqlite:D:\\fastdfs\\go-fastdfs.db
#spring.datasource.driver-class-name=org.sqlite.JDBC
# 数据库地址(生产用)
spring.datasource.url=jdbc:sqlite:db/go-fastdfs.db
spring.datasource.driver-class-name=org.sqlite.JDBC

# thymeleaf配置
spring.thymeleaf.mode=HTML
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<tbody>
<tr>
<td>当前版本</td>
<td><span th:text="${version}"></span>&nbsp;&nbsp;&nbsp;<a href="#" style="color: #009688">更新日志</a></td>
<td><span th:text="${version}"></span>&nbsp;&nbsp;&nbsp;<a href="https://github.com/perfree/go-fastdfs-web/releases/tag/dev1.0.0" style="color: #009688" target="_blank">更新日志</a></td>
</tr>
<tr>
<td>发布日期</td>
Expand Down

0 comments on commit ba0395f

Please sign in to comment.