Skip to content

Commit

Permalink
file: add default application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wyoung163 committed Nov 27, 2024
1 parent ec5e9e7 commit bb7e600
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions etc/application-default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
spring:
datasource:
url: # jdbc:mysql://ip:3306/DB_NAME?autoReconnect=true
username:
password:
driver-class-name: com.mysql.cj.jdbc.Driver
hikari:
maximum-pool-size: 30

jpa:
hibernate:
ddl-auto: update
properties:
hibernate:
show_sql: true
format_sql: true

logging:
config:
classpath: logback.xml

data:
redis:
host:
port: 6379

server:
port: 3000

0 comments on commit bb7e600

Please sign in to comment.