Backend initial app (#1 Section 3: Application Domain)

This commit is contained in:
Art
2021-09-03 22:00:52 +03:00
parent 51d72ca85e
commit 1da814938e
11 changed files with 790 additions and 0 deletions

40
.gitignore vendored
View File

@ -1,3 +1,38 @@
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/
node_modules/
# Compiled class file
*.class
@ -21,3 +56,8 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/typescript-training/**/*.js
# JMeter
*.jtl