
[실습] Spring Boot, MySQL, Redis 컨테이너 동시에 띄워보기✅ 1. Spring Boot 프로젝트에 Redis 연결 코드 추가하기- build.gradle...dependencies {...implementation 'org.springframework.boot:spring-boot-starter-data-redis'} - application.ymlspring: datasource: url: jdbc:mysql://my-db:3306/mydb username: root password: pwd1234 driver-class-name: cohttp://m.mysql.cj.jdbc.Driver data: redis: host: my-cache-se..