[WIL] Spring - 일정 관리 앱 만들기
·
IL/WIL
🚩 설정spring.application.name=spring-schedulespring.datasource.url=jdbc:mysql://localhost:3306/schedulespring.datasource.username=rootspring.datasource.password=비밀번호spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driverspring.jpa.hibernate.ddl-auto=createspring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialectspring.jpa.show-sql=truespring.jpa.properties.hibernate.format_s..