From 6fef3791235c30f53a2b26eb5d7c127165a491f8 Mon Sep 17 00:00:00 2001 From: thedevluffy Date: Tue, 19 May 2020 20:31:41 +0900 Subject: [PATCH] =?UTF-8?q?[NOISSUE]=20chore:=20application.yml=20?= =?UTF-8?q?=EC=9D=84=20=EB=B3=80=EA=B2=BD=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tecobrary-admin/src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tecobrary-admin/src/main/resources/application.yml b/tecobrary-admin/src/main/resources/application.yml index 0be25fc..5a829cd 100644 --- a/tecobrary-admin/src/main/resources/application.yml +++ b/tecobrary-admin/src/main/resources/application.yml @@ -1,6 +1,8 @@ spring: profiles: active: local + session: + store-type: jdbc jpa: database-platform: org.hibernate.dialect.MySQL5InnoDBDialect show-sql: true @@ -28,6 +30,8 @@ spring: scope: - profile - email + mvc: + static-path-pattern: /static/** server: port: 8989