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

스프링부트

A collection of 2 posts
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
Spring+mybatis+jquery 세팅
스프링부트

Spring+mybatis+jquery 세팅

간단한 spring boot 프로젝트의 세팅문서로 jdk설치부터 이클립스 설치, mariaDB설치 등을 다룹니다.
20 6월 2022 1 min read
Page 1 of 1
Birdspring © 2025
Powered by Ghost