SpringMobileWarsaw
This Spring boot project has educative purposes.
It is a piece of for the Mobile Warsaw talk given on Monday 14th 2015 in Warsaw, at Kawiarnia Crux, by Bruno Carrier. http://www.meetup.com/Mobile-Warsaw/events/227159546/
In order for this application to work, you need to either disable Hibernate features (Database config and Dao classes) or set up your MySQL database URL and credentials in application.properties.
You may start the application running the main method of the Application class or ApplicationSqlStoreUserAccount class. You may explore different security environments by uncommenting the @EnableWebSecurity annotation on either SecurityConfigInMemoryStore or SecurityConfigSqlStore
Feel free to contact [email protected] for enquiries, questions, comments, suggestions or to talk about your cool project.