File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ spring.datasource.url =jdbc:mysql://host.docker.internal:3306/testdb?useSSL =false
Original file line number Diff line number Diff line change 1
- spring.datasource.url = jdbc:mysql://localhost:3306/testdb?useSSL=false
2
- spring.datasource.username = root
3
- spring.datasource.password = 123456
1
+ server.port =8080
2
+ spring.application.name =spring-boot-jwt-auth
4
3
5
- spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
6
- spring.jpa.hibernate.ddl-auto = update
4
+ spring.datasource.url =jdbc:mysql://localhost:3306/testdb?useSSL=false
5
+ spring.datasource.username =root
6
+ spring.datasource.password =123456
7
+
8
+ spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.MySQL5InnoDBDialect
9
+ spring.jpa.hibernate.ddl-auto =update
7
10
8
11
# JWT Properties
9
- bezkoder.app.jwtSecret = bezKoderSecretKey
10
- bezkoder.app.jwtExpirationMs = 86400000
12
+ bezkoder.app.jwtSecret =bezKoderSecretKey
13
+ bezkoder.app.jwtExpirationMs =86400000
You can’t perform that action at this time.
0 commit comments