Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 806 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 806 Bytes

example workflow

F-Storage

Spring Boot Project with Maven

https://github.com/HelpControl/f-storage

Development

$mvn clean
$mvn install

Run docker-compose

$docker-compose up -d

Stop docker-compose

$docker-compose up -d

Run application

$mvn spring-boot:run

Commit message format

feat(elements-table): add hat wobble
^--^ ^------------^   ^------------^
|    |                |
|    |                +-> Summary in present tense.
|    +------------------> Scope: folder name of package in kebab-case (e.g. elements-table)
|
+-----------------------> Type: chore, docs, feat, fix, refactor, style, or test.