Notice
Recent Posts
Link
목록2025/05/16 (1)
정화 코딩

WSL(Windows Subsystem for Linux) 설치 및 실행WSL: Windows에서 리눅스를 실행할 수 있게 해주는 기능wsl --install Ubuntu에서 Redis 설치 및 실행sudo apt updatesudo apt install redis-server -ysudo service redis-server start Redis 시작 후 정상 작동하는지 확인redis-cliSET hello "hello world"GET hello Spring Boot에서 Redis 연결 설정dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-redis'}build.gradle 파일에 위와 같이 Redis..
Web Development
2025. 5. 16. 19:19