BAIS payments 멀티모듈 최소 구현 #4

Open
forge-bot wants to merge 6 commits from forge/BAIS-MULTI-1783814676-attempt-1 into main
Showing only changes of commit 11c264a554 - Show all commits

10
pom.xml
View file

@ -6,13 +6,13 @@
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules>
<module>services/payments</module>
</modules>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.14</version> <version>3.5.14</version>
</parent> </parent>
</project>
<modules>
<module>services/payments</module>
</modules>
</project>