Skip to content

Commit

Permalink
Add maven setup
Browse files Browse the repository at this point in the history
  • Loading branch information
viktigpetterr committed Dec 23, 2022
1 parent 642c7c2 commit d3d5679
Show file tree
Hide file tree
Showing 15 changed files with 662 additions and 77 deletions.
37 changes: 35 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
web/app/node_modules
web/public/*
HELP.md
target/
.idea/
.debricked-maven-dependencies.tgf
web/public/
!.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/
Binary file added .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
cd web/app && yarn install && yarn build
GIN_MODE=release go run main.go
./mvnw spring-boot:run
web-dev:
cd web/app && yarn dev
20 changes: 0 additions & 20 deletions go.mod

This file was deleted.

36 changes: 0 additions & 36 deletions go.sum

This file was deleted.

18 changes: 0 additions & 18 deletions main.go

This file was deleted.

Loading

0 comments on commit d3d5679

Please sign in to comment.