diff --git a/files/scenery.jpg b/files/scenery.jpg new file mode 100644 index 0000000..0c6e803 Binary files /dev/null and b/files/scenery.jpg differ diff --git a/files/scenery2.jpg b/files/scenery2.jpg new file mode 100644 index 0000000..4862d0e Binary files /dev/null and b/files/scenery2.jpg differ diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 660ae1a..5b825fb 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -18,6 +18,12 @@ spring: url: jdbc:log4jdbc:mariadb://localhost:3306/xit-base?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false username: root password: mjkhan + + mvc: + static-path-pattern: /resources/**,/files/** + web: + resources: + static-locations: /resources/,file:files/ messageSource: basenames: diff --git a/src/main/webapp/resources/js.zip b/src/main/webapp/resources/js.zip deleted file mode 100644 index 59d5fdd..0000000 Binary files a/src/main/webapp/resources/js.zip and /dev/null differ