Skip to content

Commit

Permalink
feat : Link aws rds and spring boot project
Browse files Browse the repository at this point in the history
  • Loading branch information
wwan13 committed Jun 21, 2023
1 parent 337ca19 commit 1b4ba45
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ out/

### VS Code ###
.vscode/

/src/main/resources/application.yml
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-hateoas'
implementation 'org.springframework.boot:spring-boot-starter-web'
compileOnly 'org.projectlombok:lombok'
implementation 'com.mysql:mysql-connector-j'
runtimeOnly 'com.h2database:h2'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down
16 changes: 0 additions & 16 deletions src/main/resources/application.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
@SpringBootTest
class SimpleApiExampleApplicationTests {

@Test
void contextLoads() {
}

}

0 comments on commit 1b4ba45

Please sign in to comment.