Birdspring
  • 비밀메시지
  • 지각대장 뿡빵이
  • JSON,XML을 예쁘게
  • 일본어 배우기
  • 개인정보 취급방침

Java

A collection of 3 posts
Spring Boot

Spring Boot 2.5.5와 Gradle 8.x 호환성 문제 해결하기: LazyPublishArtifact 오류

문제 상황 최근 프로젝트를 빌드하는 중 다음과 같은 이해하기 어려운 오류 메시지를 만났습니다: org.gradle.api.internal.artifacts.dsl.LazyPublishArtifact.<init>(Lorg/gradle/api/provider/Provider;)V * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more
28 4월 2025 4 min read
SpringBoot 쓰레드 무한 생성 테스트 코드
spring-boot

SpringBoot 쓰레드 무한 생성 테스트 코드

스프링 부트에서 쓰레드를 무한 생성하는 테스트 코드를 작성해 보았다. 아래의 예시는 JUnit과 SpringBootTest를 이용해서 테스트 코드를 작성하는 법이다. import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest public class ThreadCreationTest { @Test public void testThreadCreation() throws InterruptedException { while (true) { Thread thread = new Thread(() -> { // 생성될
20 12월 2023 1 min read
Java enum
Java

Java enum

java enum에 대해서 알아보고, 잘 활용해보자.
14 2월 2023 4 min read
Page 1 of 1
Birdspring © 2025
Powered by Ghost