aboutsummaryrefslogtreecommitdiffstats

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

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 * BoostMyTool * Spring Boot Integration Test with TDD | JUnit5 & H2