Hibernate XML 설정 가이드 - 매핑, 캐시, 트랜잭션
markdown !dss99911https://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuplo...
markdown !dss99911https://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuplo...
Introduction Spring Boot는 기본적으로 Thymeleaf를 권장하지만, 레거시 프로젝트나 특정 요구사항에 따라 JSP를 사용해야 할 때도 있습니다. 이 글에서는 Spring Boot에서 JSP를 설정하고 활용하는 방법을 알아봅니다. Dependencies Gradle...
Spring Boot Actuator는 운영 중인 애플리케이션의 상태를 모니터링하고 관리하기 위한 기능을 제공합니다. 설정, 메모리, CPU, 환경 변수, Bean 정보 등 다양한 정보를 확인할 수 있습니다. 설정 Gradle gradle implementation 'org.spring...
markdown !dss99911https://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuplo...
마이크로서비스와 Spring Cloud 마이크로서비스 아키텍처는 대규모 애플리케이션을 작은 서비스 단위로 분리하여 독립적으로 개발, 배포, 확장할 수 있게 합니다. Spring Cloud는 이러한 마이크로서비스 구축을 위한 다양한 도구를 제공합니다. Eureka는 Netflix OSS...
Set groovy // Creating a Set def Set1 = 1, 2, 1, 4, 5, 9 as Set Set Set2 = new HashSet'a', 'b', 'c', 'd' // Modifying a Set Set2.add1 Set2.add9 Set2.addAll4, 5...
Android ProGuard 설정과 문제 해결 방법 Shrinking - 사용되지 않는 메서드, 클래스, 필드 등을 제거합니다. Optimizing - 메서드 바이트코드 최적화 및 인라인inline 처리를 수행합니다. Obfuscating - 이름을 의미 없는 짧은 문자열로 변경하여...
Comunicação entre Sistemas Distribuídos Quando falamos em comunicação entre sistemas, especialmente no contexto de aplicações distribuídas, estamos lidando com...
!Cover image for Minimal Guide to Resilience4j and Circuit Breaker in Spring Boothttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=aut...
!Cover image for Spring Cloud Gateway: Basic Examplehttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fd...
Builder Design Pattern in Java The Builder design pattern is a creational pattern that separates the construction of an object from its representation. In other...
!Cover image for Dependency Injection in Spring Boot: How Spring Wires Everything for Youhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gra...