9 lines
274 B
YAML
9 lines
274 B
YAML
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 |