From 3c8e4e0c2438c9c46b2e4ab280e91e8717208cbd Mon Sep 17 00:00:00 2001 From: Jan-Pascal van Best Date: Mon, 13 Feb 2012 11:00:48 +0100 Subject: [PATCH] Before the data model --- .gitignore | 1 + app/views/Application/index.html | 2 +- conf/application.conf | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 056f987..b00c2c8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /lib /test-result /logs +*.swp diff --git a/app/views/Application/index.html b/app/views/Application/index.html index 9908dd9..2f2897b 100644 --- a/app/views/Application/index.html +++ b/app/views/Application/index.html @@ -1,4 +1,4 @@ #{extends 'main.html' /} #{set title:'Home' /} -#{welcome /} \ No newline at end of file +

The main page will be here

diff --git a/conf/application.conf b/conf/application.conf index 80326b9..78bb3bb 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -82,7 +82,7 @@ date.format=yyyy-MM-dd # To quickly set up a development database, use either: # - mem : for a transient in memory database (H2 in memory) # - fs : for a simple file written database (H2 file stored) -# db=mem +db=mem # # To connect to a local MySQL5 database, use: # db=mysql://user:pwd@host/database -- 2.39.5