Moved the embedded default-templates into the classpath
authorKai Moritz <kai@juplo.de>
Tue, 3 Jul 2018 08:12:53 +0000 (10:12 +0200)
committerKai Moritz <kai@juplo.de>
Tue, 3 Jul 2018 14:51:02 +0000 (16:51 +0200)
commit97a5ab72d72dd4ce77a99e83eb1868fdb533113d
tree9dbec2727e6e467295dda91387e37db42f54b98b
parentf3a47c124d80cbc6efbf7734316cbe6fdb2b7f00
Moved the embedded default-templates into the classpath

Otherwise, if the app is packaged, the templates will not be included,
because the webapp-directory is ignored for builds of type "jar".
src/main/resources/application.properties
src/main/resources/thymeleaf/connect/facebookConnect.html [new file with mode: 0644]
src/main/resources/thymeleaf/connect/facebookConnected.html [new file with mode: 0644]
src/main/resources/thymeleaf/home.html [new file with mode: 0644]
src/main/resources/thymeleaf/profile.html [new file with mode: 0644]
src/main/resources/thymeleaf/signin.html [new file with mode: 0644]
src/main/webapp/thymeleaf/connect/facebookConnect.html [deleted file]
src/main/webapp/thymeleaf/connect/facebookConnected.html [deleted file]
src/main/webapp/thymeleaf/home.html [deleted file]
src/main/webapp/thymeleaf/profile.html [deleted file]
src/main/webapp/thymeleaf/signin.html [deleted file]