An open API service indexing awesome lists of open source software.

https://github.com/alexhff/school-management-system

A school management tool written in Java using Spring Framework.
https://github.com/alexhff/school-management-system

Last synced: about 1 year ago
JSON representation

A school management tool written in Java using Spring Framework.

Awesome Lists containing this project

README

          

# school-management-system
A school management tool written in Java using Spring Framework.

# Dependencies
* [Maven](https://maven.apache.org/) - Dependency Management
* [Hibernate](https://hibernate.org/) - Domain model persistence for relational database
* [Thymeleaf](https://www.thymeleaf.org/) - Server-side Java template engine
* [Tomcat](http://tomcat.apache.org/) - Java Servlet
* [Elasticsearch](https://www.elastic.co) - Search engine based on the Lucene library

# References
- [Spring Documentation](https://spring.io/)
- [Hibernate Documentation](https://hibernate.org/orm/documentation/5.4/)
- [Thymeleaf Documentation](https://www.thymeleaf.org/documentation.html)
- [Baeldung Guides](https://www.baeldung.com/)
- [Error template](https://dribbble.com/shots/4330167-404-Page-Lost-In-Space)
- [Spur Bootstrap Admin Template](https://github.com/HackerThemes/spur-template)
- [Exception Handling in Spring MVC](https://spring.io/blog/2013/11/01/exception-handling-in-spring-mvc)
- [Spring data query creation](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#jpa.query-methods.query-creation)
- [Spring MVC Security Java Config](https://docs.spring.io/spring-security/site/docs/current/guides/html5/hellomvc-javaconfig.html)