Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
[NOISSUE] chore: application.yml 을 변경한다
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevLuffy committed May 19, 2020
1 parent e7f472c commit 6fef379
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tecobrary-admin/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
spring:
profiles:
active: local
session:
store-type: jdbc
jpa:
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
show-sql: true
Expand Down Expand Up @@ -28,6 +30,8 @@ spring:
scope:
- profile
- email
mvc:
static-path-pattern: /static/**

server:
port: 8989
Expand Down

0 comments on commit 6fef379

Please sign in to comment.