Skip to content

Commit

Permalink
refactor: 配置调整
Browse files Browse the repository at this point in the history
  • Loading branch information
vector4wang committed Jul 29, 2019
1 parent 6e16eaf commit b6abc09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions web/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ spring:
datasource:
druid:
username: root
password: root
password: 123456
initial-size: 1
min-idle: 1
max-active: 20
test-on-borrow: true
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/con?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&useSSL=false
url: jdbc:mysql://localhost:3308/con?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&useSSL=false

redis:
database: 0
database: 1
# 192.168.124.110
host: 192.168.124.110
host: localhost
port: 6379
password:
pool:
Expand Down
2 changes: 1 addition & 1 deletion web/src/main/resources/templates/user.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
<div class="row" style="margin-top: 50px">
<text th:text="${pro.contact.itemName}"></text>
<img src="../icon/浏览.png" style="width: 20px;height: 20px;">
<img src="../icon/浏览.png" style="width: 20px;height: 20px;" onclick="alter('123')">
<img src="../icon/收藏.png" style="width: 20px;height: 20px;">
<img src="../icon/购买.png" style="width: 20px;height: 20px;">
</div>
Expand Down

0 comments on commit b6abc09

Please sign in to comment.