You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
540 B
YAML
22 lines
540 B
YAML
server:
|
|
port: 8440
|
|
|
|
spring:
|
|
datasource:
|
|
url: jdbc:mariadb://211.119.124.122:53306/api_test?useUnicode=true&characterEncoding=utf8
|
|
username: root
|
|
password: xit5811807
|
|
driver-class-name: org.mariadb.jdbc.Driver
|
|
hikari:
|
|
initialization-fail-timeout: -1
|
|
validation-timeout: 2000
|
|
connection-timeout: 3000
|
|
maximum-pool-size: 5
|
|
jpa:
|
|
show-sql: false
|
|
hibernate:
|
|
ddl-auto: none
|
|
properties:
|
|
hibernate:
|
|
format_sql: true
|
|
dialect: org.hibernate.dialect.MySQLDialect |