aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 5189dbdebfbfa3dc974dbc28dbe11429de23f01d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# 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)