first commit
This commit is contained in:
9
src/main/resources/application.yml
Normal file
9
src/main/resources/application.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
spring:
|
||||
application:
|
||||
name: exam
|
||||
datasource:
|
||||
url: jdbc:mysql://localhost:3306/exam
|
||||
# url: jdbc:mysql://192.168.1.56:3306/exam?useSSL=true&requireSSL=true&serverTimezone=UTC
|
||||
username: root
|
||||
password: 521707
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
Reference in New Issue
Block a user