Chat GPT에게 how can i deploy spring boot, mariaDB on BackEnd service라고 물어봤다.
- Configure the Spring Boot application to connect to the CloudType MariaDB instance. You can do this by adding the necessary dependencies to your pom.xml file or build.gradle file, and adding the database connection details to the application.properties or application.yml file in your Spring Boot project. The connection details should include the CloudType MariaDB instance hostname, port, database name, username, and password.
그중에서 pom.xml은 build.gradle과 yml은 properties과 or 기호로 표시되었다, 감히 추측해보자면 이 두 파일은 같은 내용을 포함한게 아닐까 싶다. ㅎㅎ🤣🤩
'🗄️BE🗄️' 카테고리의 다른 글
Spring.Tip (0) | 2023.04.28 |
---|---|
IntelliJ 단축키 (0) | 2023.04.05 |
LocalStorage => API (0) | 2023.04.04 |
get 과 post (0) | 2023.03.28 |
Bandizip Stack (0) | 2022.12.09 |