Select Git revision

Sofiane Lasri authored
- Add Shop, Player, and Coordinates classes with basic attributes and operations. - Implement ShopService and PlayerService to manage shop and player data. Introduce ShopController and PlayerController for handling HTTP requests related to shops and players. - Project creation
.gitignore 395 B
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/