# Project Title Builddb-sb ## Description Spring Boot version of Builddb to keep track of installed files of an LFS build. ## Getting Started ### Dependencies * Java 17 * Spring Boot 3 * Maven * JPA * Thymeleaf ### Installing * mvn clean compile install ### Executing program * How to run the program * Step-by-step bullets ``` code blocks for commands ``` ## Help Any advise for common problems or issues. ``` command to run if program contains helper info ``` ## Authors Contributors names and contact info William Harrington kb0iic@berzerkula.org ## Version History * 1.0.1 * Various bug fixes and optimizations * See [commit change]() or See [release history]() * 1.0.0 * Initial Release ## License This project is licensed under the MIT License - see the LICENSE.md file for details ## Acknowledgments Inspiration, code snippets, etc. * [Spring Boot Tests for Controller, Service and Dao Layers](https://howtodoinjava.com/spring-boot/spring-boot-test-controller-service-dao/) * [BoostMyTool](https://www.youtube.com/@BoostMyTool/videos) * [Spring Boot Integration Test with TDD | JUnit5 & H2](https://www.youtube.com/@Javatechie/videos)