From 74f16a58daee92e868be48aa7dc31077b9ea0fed Mon Sep 17 00:00:00 2001 From: sebbbin Date: Sat, 7 Oct 2023 13:40:44 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20gitignore=20=EB=8B=A4=EC=8B=9C=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gradle/8.2.1/checksums/checksums.lock | Bin 17 -> 0 bytes .../dependencies-accessors.lock | Bin 17 -> 0 bytes .../dependencies-accessors/gc.properties | 0 .../executionHistory/executionHistory.lock | Bin 17 -> 0 bytes .gradle/8.2.1/fileChanges/last-build.bin | Bin 1 -> 0 bytes .gradle/8.2.1/fileHashes/fileHashes.lock | Bin 17 -> 0 bytes .gradle/8.2.1/gc.properties | 0 .../buildOutputCleanup.lock | Bin 17 -> 0 bytes .gradle/buildOutputCleanup/cache.properties | 2 -- .gradle/vcs-1/gc.properties | 0 .idea/compiler.xml | 15 --------- .idea/gradle.xml | 16 --------- .idea/jarRepositories.xml | 20 ----------- .idea/misc.xml | 8 ----- .idea/vcs.xml | 6 ---- HELP.md | 31 ------------------ src/main/resources/yml/application-dev.yml | 21 ------------ src/main/resources/yml/application-prod.yml | 0 18 files changed, 119 deletions(-) delete mode 100644 .gradle/8.2.1/checksums/checksums.lock delete mode 100644 .gradle/8.2.1/dependencies-accessors/dependencies-accessors.lock delete mode 100644 .gradle/8.2.1/dependencies-accessors/gc.properties delete mode 100644 .gradle/8.2.1/executionHistory/executionHistory.lock delete mode 100644 .gradle/8.2.1/fileChanges/last-build.bin delete mode 100644 .gradle/8.2.1/fileHashes/fileHashes.lock delete mode 100644 .gradle/8.2.1/gc.properties delete mode 100644 .gradle/buildOutputCleanup/buildOutputCleanup.lock delete mode 100644 .gradle/buildOutputCleanup/cache.properties delete mode 100644 .gradle/vcs-1/gc.properties delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml delete mode 100644 HELP.md delete mode 100644 src/main/resources/yml/application-dev.yml delete mode 100644 src/main/resources/yml/application-prod.yml diff --git a/.gradle/8.2.1/checksums/checksums.lock b/.gradle/8.2.1/checksums/checksums.lock deleted file mode 100644 index b9269510d0764cd5ce807176f8cfe5d72f3863a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17 TcmZQhd2V1U_jkn~1}FdkHF*Sk diff --git a/.gradle/8.2.1/dependencies-accessors/dependencies-accessors.lock b/.gradle/8.2.1/dependencies-accessors/dependencies-accessors.lock deleted file mode 100644 index b95a6d721adfc5484d0e27f651fb83a2cdb1a10c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17 TcmZR667b>x)2!oW3{U_7ItB!J diff --git a/.gradle/8.2.1/dependencies-accessors/gc.properties b/.gradle/8.2.1/dependencies-accessors/gc.properties deleted file mode 100644 index e69de29..0000000 diff --git a/.gradle/8.2.1/executionHistory/executionHistory.lock b/.gradle/8.2.1/executionHistory/executionHistory.lock deleted file mode 100644 index dc490843239822fe23b13e5ebae0bc0a3741e061..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17 TcmZRMu;Be!|L=Sk0~7!NG&KZp diff --git a/.gradle/8.2.1/fileChanges/last-build.bin b/.gradle/8.2.1/fileChanges/last-build.bin deleted file mode 100644 index f76dd238ade08917e6712764a16a22005a50573d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1 IcmZPo000310RR91 diff --git a/.gradle/8.2.1/fileHashes/fileHashes.lock b/.gradle/8.2.1/fileHashes/fileHashes.lock deleted file mode 100644 index 9ba29f54c64e58463c67f6dc821990d15de72efb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17 TcmZRsPThBrThwDF0~7!NEPMlW diff --git a/.gradle/8.2.1/gc.properties b/.gradle/8.2.1/gc.properties deleted file mode 100644 index e69de29..0000000 diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock deleted file mode 100644 index bc624fa4f8df9261644641eff6a967e5321c985c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17 UcmZSXN$0$H>|Ody1_)pT05=i@h5!Hn diff --git a/.gradle/buildOutputCleanup/cache.properties b/.gradle/buildOutputCleanup/cache.properties deleted file mode 100644 index 7b482a8..0000000 --- a/.gradle/buildOutputCleanup/cache.properties +++ /dev/null @@ -1,2 +0,0 @@ -#Fri Oct 06 17:54:01 KST 2023 -gradle.version=8.2.1 diff --git a/.gradle/vcs-1/gc.properties b/.gradle/vcs-1/gc.properties deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 65afa4b..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 39ec4f5..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index fdc392f..0000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 9676474..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/HELP.md b/HELP.md deleted file mode 100644 index 46032b1..0000000 --- a/HELP.md +++ /dev/null @@ -1,31 +0,0 @@ -# Getting Started - -### Reference Documentation -For further reference, please consider the following sections: - -* [Official Gradle documentation](https://docs.gradle.org) -* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.1.4/gradle-plugin/reference/html/) -* [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.1.4/gradle-plugin/reference/html/#build-image) -* [Spring Web](https://docs.spring.io/spring-boot/docs/3.1.4/reference/htmlsingle/index.html#web) -* [Validation](https://docs.spring.io/spring-boot/docs/3.1.4/reference/htmlsingle/index.html#io.validation) -* [Spring Security](https://docs.spring.io/spring-boot/docs/3.1.4/reference/htmlsingle/index.html#web.security) -* [Spring Data JPA](https://docs.spring.io/spring-boot/docs/3.1.4/reference/htmlsingle/index.html#data.sql.jpa-and-spring-data) - -### Guides -The following guides illustrate how to use some features concretely: - -* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/) -* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/) -* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/) -* [Accessing data with MySQL](https://spring.io/guides/gs/accessing-data-mysql/) -* [Validation](https://spring.io/guides/gs/validating-form-input/) -* [Securing a Web Application](https://spring.io/guides/gs/securing-web/) -* [Spring Boot and OAuth2](https://spring.io/guides/tutorials/spring-boot-oauth2/) -* [Authenticating a User with LDAP](https://spring.io/guides/gs/authenticating-ldap/) -* [Accessing Data with JPA](https://spring.io/guides/gs/accessing-data-jpa/) - -### Additional Links -These additional references should also help you: - -* [Gradle Build Scans – insights for your project's build](https://scans.gradle.com#gradle) - diff --git a/src/main/resources/yml/application-dev.yml b/src/main/resources/yml/application-dev.yml deleted file mode 100644 index 71f6f26..0000000 --- a/src/main/resources/yml/application-dev.yml +++ /dev/null @@ -1,21 +0,0 @@ -spring: - config: - activate: - on-profile: dev - - datasource: - driver-class-name: org.mariadb.jdbc.Driver - url: jdbc:mysql://kusitms.cirzyy7zyuuv.ap-northeast-2.rds.amazonaws.com:3306 - username: admin - password: admin1234 - - jpa: - open-in-view: true - hibernate: - ddl-auto: create - naming: - physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl - properties: - hibernate: - format_sql: true - defer-datasource-initialization: true \ No newline at end of file diff --git a/src/main/resources/yml/application-prod.yml b/src/main/resources/yml/application-prod.yml deleted file mode 100644 index e69de29..0000000