Open AtsushiUtsumi opened 1 year ago
spring init -d=web --type gradle-project --build=gradle -n=spring spring
DB設定を入れないと起動しないため、以下を「application.properties」に追記
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://localhost:5432/sugumi
spring.datasource.username=postgres
spring.datasource.password=password
spring init -d=web --build=maven -n=spring spring