Skip to content

Commit

Permalink
๐Ÿž fix: ไฟฎๆ”นไบ†ไธ€ไบ›้…็ฝฎ
Browse files Browse the repository at this point in the history
  • Loading branch information
caolib committed Dec 30, 2024
1 parent 19a885c commit 72cbba6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 44 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/build.yml

This file was deleted.

8 changes: 4 additions & 4 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ spring:
# mysql
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/java_design?serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
url: jdbc:mysql://centos:3306/java_design?serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
username: root
password: 123456
password: root
type: com.alibaba.druid.pool.DruidDataSource

# redis
data:
redis:
host: localhost
password: 123456
host: centos
# password: 123456
port: 6379
database: 0

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–„โ–‘โ–€โ–’โ–’โ–’โ–’โ–€โ–‘โ–„โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’
โ–โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’
SpringBoot:${spring-boot.formatted-version}
ๅŽ็ซฏ้กน็›ฎๅœฐๅ€:https://github.com/TankingCao/java_design
ๅŽ็ซฏ้กน็›ฎๅœฐๅ€:https://github.com/caolib/book_management_system

0 comments on commit 72cbba6

Please sign in to comment.