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.
- Host: GitHub
- URL: https://github.com/alexhff/school-management-system
- Owner: AlexHff
- License: mit
- Created: 2019-05-23T21:33:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T13:40:02.000Z (over 5 years ago)
- Last Synced: 2025-04-24T02:53:25.314Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 3.29 MB
- Stars: 1
- Watchers: 0
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)