Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
.vscode/

src/main/resources/application.yml
Binary file removed .gradle/7.5.1/checksums/checksums.lock
Binary file not shown.
Binary file removed .gradle/7.5.1/checksums/md5-checksums.bin
Binary file not shown.
Binary file removed .gradle/7.5.1/checksums/sha1-checksums.bin
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file removed .gradle/7.5.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file removed .gradle/7.5.1/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/7.5.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/7.5.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file removed .gradle/7.5.1/fileHashes/resourceHashesCache.bin
Binary file not shown.
Empty file removed .gradle/7.5.1/gc.properties
Empty file.
Binary file removed .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 0 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties

This file was deleted.

Binary file removed .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file removed .gradle/file-system.probe
Binary file not shown.
Empty file removed .gradle/vcs-1/gc.properties
Empty file.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/compiler.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .idea/gradle.xml

This file was deleted.

20 changes: 0 additions & 20 deletions .idea/jarRepositories.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/misc.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/modules.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules/com.member.main.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules/member.main.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'

implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-mail:2.7.1'
implementation 'io.springfox:springfox-boot-starter:3.0.0'
implementation 'io.springfox:springfox-swagger-ui:3.0.0'
// implementation 'org.springframework.boot:spring-boot-starter-security'
runtimeOnly 'mysql:mysql-connector-java'

compileOnly 'org.projectlombok:lombok'
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
22 changes: 0 additions & 22 deletions build/resources/main/application.yml

This file was deleted.

26 changes: 0 additions & 26 deletions build/resources/main/templates/detail.html

This file was deleted.

14 changes: 0 additions & 14 deletions build/resources/main/templates/index.html

This file was deleted.

34 changes: 0 additions & 34 deletions build/resources/main/templates/list.html

This file was deleted.

14 changes: 0 additions & 14 deletions build/resources/main/templates/login.html

This file was deleted.

11 changes: 0 additions & 11 deletions build/resources/main/templates/main.html

This file was deleted.

20 changes: 0 additions & 20 deletions build/resources/main/templates/save.html

This file was deleted.

19 changes: 0 additions & 19 deletions build/resources/main/templates/update.html

This file was deleted.

29 changes: 0 additions & 29 deletions build/resources/main/templates/userdata.html

This file was deleted.

Binary file removed build/tmp/compileJava/previous-compilation-data.bin
Binary file not shown.
Loading