diff --git a/demo.iml b/demo.iml index 51e286d..2c952ac 100644 --- a/demo.iml +++ b/demo.iml @@ -20,6 +20,7 @@ + @@ -31,6 +32,7 @@ + @@ -73,7 +75,6 @@ - @@ -81,20 +82,16 @@ - - - - @@ -132,20 +129,14 @@ + + + + + - - - - - - - - - - - @@ -165,5 +156,24 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index d1cbbe1..b4f9651 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,6 @@ hibernate-commons-annotations 5.1.0.Final - org.hibernate hibernate-validator diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 33a0b89..0aae154 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -12,4 +12,6 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/test_db spring.datasource.username=postgres spring.datasource.password=postgres -jsonStoreEnabled=true \ No newline at end of file +jsonStoreEnabled=true + +spring.thymeleaf.mode=HTML \ No newline at end of file diff --git a/src/main/resources/templates/chat.html b/src/main/resources/templates/chat.html index 7dccca4..d2c89a0 100644 --- a/src/main/resources/templates/chat.html +++ b/src/main/resources/templates/chat.html @@ -1,5 +1,5 @@ - + チャットページ diff --git a/src/main/resources/templates/emologlist.html b/src/main/resources/templates/emologlist.html index 2170624..3d43151 100644 --- a/src/main/resources/templates/emologlist.html +++ b/src/main/resources/templates/emologlist.html @@ -1,9 +1,9 @@ - + エモログリストページ - + diff --git a/src/main/resources/templates/view.html b/src/main/resources/templates/view.html index 821c60c..71bed68 100644 --- a/src/main/resources/templates/view.html +++ b/src/main/resources/templates/view.html @@ -1,5 +1,5 @@ - + チャットページ