diff --git a/.settings/com.vaadin.integration.eclipse.prefs b/.settings/com.vaadin.integration.eclipse.prefs index 7bed5f9..ef6d26e 100644 --- a/.settings/com.vaadin.integration.eclipse.prefs +++ b/.settings/com.vaadin.integration.eclipse.prefs @@ -1,2 +1,2 @@ -com.vaadin.integration.eclipse.mavenLatestVersionsUpgrade=["8.4.5","8.5.0"] +com.vaadin.integration.eclipse.mavenLatestVersionsUpgrade=["8.4.5","8.5.1"] eclipse.preferences.version=1 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index dd7cb34..e6c9168 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,4 @@ -spring.datasource.url=jdbc:mysql://192.168.0.8:3306/clubhelper +spring.datasource.url=jdbc:mysql://localhost:3306/clubhelper?useUnicode=yes&characterEncoding=utf8&serverTimezone=Europe/Berlin spring.datasource.username=markus spring.datasource.password=0773 security.ignored=/** diff --git a/src/main/resources/schema/ClubEvent.hbm.xml b/src/main/resources/schema/ClubEvent.hbm.xml index 0042fc2..6745a6b 100644 --- a/src/main/resources/schema/ClubEvent.hbm.xml +++ b/src/main/resources/schema/ClubEvent.hbm.xml @@ -2,24 +2,30 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + - + diff --git a/src/main/webapp/VAADIN/themes/vaadin-clubhelpertheme/addons.scss b/src/main/webapp/VAADIN/themes/vaadin-clubhelpertheme/addons.scss index cc01590..00d2491 100644 --- a/src/main/webapp/VAADIN/themes/vaadin-clubhelpertheme/addons.scss +++ b/src/main/webapp/VAADIN/themes/vaadin-clubhelpertheme/addons.scss @@ -1,12 +1,12 @@ -/* This file is automatically managed and will be overwritten from time to time. */ -/* Do not manually edit this file. */ - -/* Provided by calendar-component-2.0-BETA4.jar */ +/* This file is automatically managed and will be overwritten from time to time. */ +/* Do not manually edit this file. */ + +/* Provided by calendar-component-2.0-BETA4.jar */ @import "../../../VAADIN/addons/calendar/calendar-addon.scss"; - - -/* Import and include this mixin into your project theme to include the addon themes */ -@mixin addons { - @include calendar-addon; -} - + + +/* Import and include this mixin into your project theme to include the addon themes */ +@mixin addons { + @include calendar-addon; +} +