v1.0.0-Final
Management system for applications.
- Maven project
- JDK 8
If you are using Maven, you can run the application using mvn spring-boot:run. Or you can build the WAR file with mvn clean package and run the WAR on Apache Tomcat server.
- Database configuration in file src\main\resources\application.yml
- Converter for org.joda.time.LocalDateTime (pattern="dd.MM.yyyy HH:mm:ss:SSS") - http://www.thymeleaf.org/doc/thymeleafspring.html#model-attributes
- Error pages
- Ajax for actions
- Favicon
- i18N
- Validation
- Member filter name value after submit form
- Exception handling and presentation on views
- Notifications
- Encoding problem (polish -> UTF-8)
- Transactions
Apache License 2.0