2022-03-29-TIL
2022-03-29-TIL
Today I Learned
JIB
JIB는 구글에서 제공하는 의존 라이브러리로 스프링 부트에서 메이븐이나 그레이들 의존 설정만으로도 도커라이징을 간편하게 해준다.
- https://www.youtube.com/watch?v=2roToBBsmWY&t=357s
- https://www.youtube.com/watch?v=dKXx4O_GIyo
- https://www.youtube.com/watch?v=4lepROopuiw
- https://cloud.google.com/java/getting-started/jib?hl=ko
- https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin
- https://alden-kang.tistory.com/1
- https://springboot.cloud/37
Harbor
도커 이미지를 저장하는 저장소로서 도커 이미지용 깃허브라고 생각하면 된다.
- https://goharbor.io/docs/2.4.0/
- https://github.com/goharbor/harbor/tree/main/src/portal
- https://engineering.linecorp.com/ko/blog/harbor-for-private-docker-registry/
- https://velog.io/@tkfrn4799/harbor-private-docker-registry
Spring Boot Dockerizing
- https://hub.docker.com/_/tomcat?tab=tags&page=1&name=jre17
- https://spring.io/guides/topicals/spring-boot-docker/
- https://github.com/spring-guides/top-spring-boot-docker
Java Features by Versions
- https://luvstudy.tistory.com/152
@ActiveProfiles
and @TestPropertySource
- https://stackoverflow.com/questions/61107829/the-difference-between-activeprofiles-and-testpropertysource
Blockchain
블록체인으로 거짓뉴스 판별
- https://mychew8314.tistory.com/889
- https://anomus.medium.com/
- https://anomus.io/
Circular Dependencies in Spring
- https://www.baeldung.com/circular-dependencies-in-spring
- https://hungrydiver.co.kr/bbs/detail/develop?id=90
- https://jaimemin.tistory.com/2032
Maven Skip Tests
- http://blog.iotinfra.net/?p=1707
Setting the Java Version in Maven
- https://www.baeldung.com/maven-java-version
This post is licensed under CC BY 4.0 by the author.