728x90
1) View -> Database->aws에서 가져와야함
2)일단, application.properties
spring.datasource.url=
spring.datasource.username =
spring.datasource.password =
spring.datasource.driver-class-name =
3) + -> Data Source -> MySQL 에 위에꺼 설정
4) bulid.gradle
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
728x90
'BACK' 카테고리의 다른 글
[SpringBoot JSP] 라이브러리 없이 - header, footer 나누기 (0) | 2022.03.29 |
---|---|
[SpringBoot JSP] - xml 설정(Intellij) (0) | 2022.03.29 |
[SpringBoot jsp] - Intellij jsp사용할 수 있도록 SpringBoot 설정(Intellij) (0) | 2022.03.29 |
[SpringBoot JSP] OPEN API (KaKao Login) (0) | 2022.03.28 |
[SpringBoot JSP] - gmail 보내기 & 설정 (Intellij) (0) | 2022.03.28 |