Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Java
- 구간 트리
- 유레카
- Spring Cloud Config
- 비트마스킹
- docker-compose
- 다익스트라
- 도커
- 구현
- ZuulFilter
- Gradle
- 서비스 디스커버리
- 완전 탐색
- 트리
- 스프링 시큐리티
- 플로이드 와샬
- 게이트웨이
- dp
- 이분 탐색
- spring cloud
- Zuul
- Logback
- 백트래킹
- 메모이제이션
- 달팽이
- 주울
- spring boot
- 이분 매칭
- 스택
- BFS
Archives
- Today
- Total
목록mysql (1)
Hello, Freakin world!
[docker-compose] 스프링 부트 + MySQL 환경 구성하기
간단하게 service-a 라는 MySQL 기반의 스프링부트 프로젝트를 만들어 보자. 우선 스프링 이니셜라이저를 이용해 프로젝트를 생성한다. build.gradle plugins { id 'org.springframework.boot' version '2.4.3' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' } group = 'springboot.web' version = '0.0.1-SNAPSHOT' sourceCompatibility = '11' configurations { compileOnly { extendsFrom annotationProcessor } } repositories { mavenCentral() ..
도커
2021. 3. 5. 17:08