1
0
mirror of synced 2025-12-16 10:18:04 +08:00

update quick start

This commit is contained in:
Devli
2025-05-30 10:13:44 +08:00
parent afd47e4ff8
commit c57258f95a
6 changed files with 6 additions and 29 deletions

View File

@@ -30,9 +30,9 @@
```yaml
datasource:
url: jdbc:mysql://10.108.26.197:3306/aj_report?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
url: jdbc:mysql://127.0.0.1:3306/aj_report?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
username: root
password: appuser@anji
password: xxxxxxxx
```
## flyway

View File

@@ -56,9 +56,9 @@ report-core --> src --> main --> resources --> bootstrap.yml <br>
```yaml
datasource:
url: jdbc:mysql://10.108.26.197:3306/aj_report?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
url: jdbc:mysql://127.0.0.1:3306/aj_report?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
username: root
password: appuser@anji
password: xxxxxxxx
```
## flyway

View File

@@ -62,9 +62,9 @@ git clone https://gitee.com/anji-plus/report.git <br>
```yaml
datasource:
url: jdbc:mysql://10.108.26.197:3306/aj_report?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
url: jdbc:mysql://127.0.0.1:3306/aj_report?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
username: root
password: appuser@anji
password: xxxxxxxx
```
## flyway