Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning and playing with Java

The current version of the project contains a simple "Hello world!" application. The app is generated by maven using maven-archetype-quickstart

Running application

The app can be simply executed with docker-compose

docker compose up

Tools

Code formatter -- to format code run the next command

# locally
# check formatting
mvn spotless:check
# fix formatting
mvn spotless:apply

# or from container
# check formatting
docker compose run java0 mnv spotless:check
# fix formatting
docker compose run java0 mnv spotless:apply

TODO

  • Finish formatting setup
  • Add DB and test connection

About

Learning and playing with Java

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages