[Spring] MySQL, MariaDB, H2 DB 연결하는 application.yml 설정
·
🔻Back-End/Spring
프로젝트와 DB를 연결할 때 yml에서 어떤 DB를 쓸 것인지 명시해주어야 한다각 DB에 따라서 드라이버 이름과 url이 다르기 때문에 나누어 작성해두었다! ❗MySQLspring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/[스키마이름] username: root password: 12341234 ❗MariaDBspring: datasource: driver-class-name: org.mariadb.jdbc.Driver url: jdbc:mariadb://localhost:3307/[스키마이름] username: root password: ..
[MySQL] MySQL 5.7 다운로드
·
🔻Back-End/Database
https://www.mysql.com/downloads/ MySQL :: MySQL Downloads MySQL Cluster CGE MySQL Cluster is a real-time open source transactional database designed for fast, always-on access to data under high throughput conditions. MySQL Cluster MySQL Cluster Manager Plus, everything in MySQL Enterprise Edition Learn More » C www.mysql.com https://radiant515.tistory.com/211 [MySQL] MySQL 환경변수 추가 cmd창에서 MySQL ..
_니지
'mysql' 태그의 글 목록