diff --git a/README.md b/README.md new file mode 100644 index 0000000..c4cdbec --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +simple-ninja-web +================ + +Simple web application using Ninja framework diff --git a/pom.xml b/pom.xml index e7b07f8..7661c04 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,7 @@ + ninja-pam @@ -124,6 +125,15 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + false + + + diff --git a/src/main/java/conf/messages.properties b/src/main/java/conf/messages.properties index f163d33..d6785ae 100644 --- a/src/main/java/conf/messages.properties +++ b/src/main/java/conf/messages.properties @@ -16,6 +16,6 @@ # This file is utf-8 header.title=Hello World! -header.home=BAM! +header.home=BAM! Bam! hello.world=Hello World! hello.world.json=There is also Json rendering you can check out! \ No newline at end of file diff --git a/src/main/java/views/layout/defaultLayout.ftl.html b/src/main/java/views/layout/defaultLayout.ftl.html index ea23618..b822780 100644 --- a/src/main/java/views/layout/defaultLayout.ftl.html +++ b/src/main/java/views/layout/defaultLayout.ftl.html @@ -2,7 +2,7 @@ - + ${title} @@ -10,9 +10,9 @@ - + - + @@ -55,8 +55,8 @@ - - + +