Skip to content

Commit

Permalink
chore: common 모듈 의존성 추가 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunwoongH committed Dec 25, 2023
1 parent 08544b2 commit 6377ed0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

@SpringBootApplication
public class GoingGoingApplication {

public static void main(String[] args) {
SpringApplication.run(GoingGoingApplication.class, args);
}

public static void main(String[] args) {
SpringApplication.run(GoingGoingApplication.class, args);
}
}
1 change: 1 addition & 0 deletions goinggoing-domain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.mysql:mysql-connector-j'
implementation project(path: ':goinggoing-common')
}

bootJar {
Expand Down

0 comments on commit 6377ed0

Please sign in to comment.