Skip to content

Commit ac0f946

Browse files
committed
add README.md
1 parent b8017f0 commit ac0f946

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ https://github.com/tangxiaofeng7/SecExample
88
<br>
99
</div>
1010

11+
### 截图
12+
13+
![index.png](images/index.png)
14+
1115

12-
# 介绍
16+
### 介绍
1317
| Name | Star |
1418
| ---------------------- | ---- |
1519
| [注入漏洞-SQL注入] | 🌟🌟🌟 |
@@ -35,7 +39,3 @@ docker-compose up -d
3539

3640
[![asciicast](https://asciinema.org/a/gcuay3zNoRUZ85BTPgjpGukuC.svg)](https://asciinema.org/a/gcuay3zNoRUZ85BTPgjpGukuC)
3741

38-
39-
### 截图
40-
41-
![index.png](images/index.png)

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ spring:
22
datasource:
33
username: root
44
password: woaini520
5-
url: jdbc:mysql://localhost:3306/mybatis?serverTimezone=UTC&useSSL=false
6-
# url: jdbc:mysql://mysql-db:3306/mybatis?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
5+
# url: jdbc:mysql://localhost:3306/mybatis?serverTimezone=UTC&useSSL=false
6+
url: jdbc:mysql://mysql-db:3306/mybatis?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
77
# driver-class-name: com.mysql.jdbc.Driver
88
driver-class-name: com.mysql.cj.jdbc.Driver
99
# thymeleaf:

target/secexample-1.0.jar

4.14 KB
Binary file not shown.

0 commit comments

Comments
 (0)