Moved Thymeleaf-templates to src/main/webapp to enable hot reload part-00
authorKai Moritz <kai@juplo.de>
Mon, 25 Jan 2016 00:07:32 +0000 (01:07 +0100)
committerKai Moritz <kai@juplo.de>
Sat, 30 Jan 2016 13:35:11 +0000 (14:35 +0100)
commite9e1953a23f144b29e29e1308ed056d12bd88fcb
tree7a49a7713b1d9369b7284563f58bc11de39f7f9e
parent11bd1660100f320d039dbcf9197e98b360b4daa0
Moved Thymeleaf-templates to src/main/webapp to enable hot reload

See http://juplo.de/fix-hot-reload-of-thymeleaf-templates-in-spring-bootrun/
src/main/resources/application.properties
src/main/resources/templates/connect/facebookConnect.html [deleted file]
src/main/resources/templates/connect/facebookConnected.html [deleted file]
src/main/resources/templates/home.html [deleted file]
src/main/resources/templates/profile.html [deleted file]
src/main/webapp/thymeleaf/connect/facebookConnect.html [new file with mode: 0644]
src/main/webapp/thymeleaf/connect/facebookConnected.html [new file with mode: 0644]
src/main/webapp/thymeleaf/home.html [new file with mode: 0644]
src/main/webapp/thymeleaf/profile.html [new file with mode: 0644]