21 lines
424 B
YAML
21 lines
424 B
YAML
server:
|
|
port: 11112
|
|
|
|
spring:
|
|
datasource:
|
|
url: jdbc:mysql://localhost:3306/rtk_data?useSSL=false&serverTimezone=UTC
|
|
username: root
|
|
password: root
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
jpa:
|
|
hibernate:
|
|
ddl-auto: update
|
|
show-sql: true
|
|
properties:
|
|
hibernate:
|
|
dialect: org.hibernate.dialect.MySQL8Dialect
|
|
format_sql: true
|
|
|
|
logging:
|
|
level:
|
|
com.rtklib: DEBUG |