Skip to content

Commit

Permalink
First commit with initial setup springboot
Browse files Browse the repository at this point in the history
  • Loading branch information
julfiker committed Jan 5, 2023
1 parent 4e0a292 commit 0fab608
Show file tree
Hide file tree
Showing 7,493 changed files with 905,594 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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/
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
1,906 changes: 1,906 additions & 0 deletions html/default/apps-calendar.html

Large diffs are not rendered by default.

2,276 changes: 2,276 additions & 0 deletions html/default/apps-chat.html

Large diffs are not rendered by default.

2,049 changes: 2,049 additions & 0 deletions html/default/apps-companies.html

Large diffs are not rendered by default.

2,237 changes: 2,237 additions & 0 deletions html/default/apps-file-manager.html

Large diffs are not rendered by default.

2,254 changes: 2,254 additions & 0 deletions html/default/apps-social-feed.html

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions html/default/assets/css/app-rtl.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions html/default/assets/css/app-rtl.min.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 0fab608

Please sign in to comment.