Merge branch 'main' into feature/8

This commit is contained in:
beaniejoy
2022-08-06 23:55:10 +09:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
rootProject.name = 'dongne-cafe-siren-order'
rootProject.name = 'dongne-cafe-api'

View File

@@ -4,8 +4,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication
import org.springframework.boot.runApplication
@SpringBootApplication
class DongneCafeSirenOrderApplication
class DongneCafeApiApplication
fun main(args: Array<String>) {
runApplication<DongneCafeSirenOrderApplication>(*args)
runApplication<DongneCafeApiApplication>(*args)
}