본문 바로가기

분류 전체보기204

Spring Boot Ehcache 예제 If you have a few years of experience in the Java ecosystem, and you're interested in sharing that experience with the community (and getting paid for your work of course), have a look at the "Write for Us" page. Cheers, Eugen 1. 개요 Spring Boot와 함께 Ehcache를 사용하는 예를 살펴 보겠습니다. JSR-107 캐시 관리자 의 구현을 제공하므로 Ehcache 버전 3을 사용할 것 입니다. 이 예는 숫자의 제곱을 생성하는 간단한 REST 서비스입니다. 2. 의존성 org.springframework.boot spr.. 2021. 3. 16.
Spring Security : 유저 Role 확인 방법 Java 에코 시스템에서 몇 년간의 경험이 있고 그 경험을 커뮤니티와 공유하고 (물론 작업에 대한 대가를받는 데) 관심이 있다면 "Write for Us"페이지를 참조하십시오 . 건배, Eugen 1. 소개 Spring Security에서는 때때로 인증 된 사용자가 특정 역할을 가지고 있는지 확인해야합니다. 이것은 우리의 응용 프로그램에서 특정 기능을 활성화하거나 비활성화하는 데 유용 할 수 있습니다 . 이 튜토리얼에서는 Spring Security를 ​​위해 Java에서 사용자 역할을 확인하는 다양한 방법을 살펴 봅니다. 2. Java에서 사용자 역할 확인 Spring Security는 Java 코드에서 사용자 역할을 확인하는 여러 가지 방법을 제공합니다 . 아래에서 각각을 살펴 보겠습니다. 2.1. .. 2021. 3. 15.
Apache Meecrowave로 마이크로 서비스 구축 If you have a few years of experience in the Java ecosystem, and you're interested in sharing that experience with the community (and getting paid for your work of course), have a look at the "Write for Us" page. Cheers, Eugen 1. 개요 이 튜토리얼에서는 Apache Meecrowave 프레임 워크 의 기본 기능을 살펴 봅니다 . Meecrowave는 Apache의 경량 마이크로 서비스 프레임 워크 로 CDI, JAX-RS 및 JSON API와 매우 잘 작동합니다. 설정 및 배포가 매우 간단합니다. 또한 Tomcat, Glass.. 2021. 3. 15.
스프링 테스트의 WebAppConfiguration If you have a few years of experience in the Java ecosystem, and you're interested in sharing that experience with the community (and getting paid for your work of course), have a look at the "Write for Us" page. Cheers, Eugen 1. 개요 이 기사에서는 Spring 의 @WebAppConfiguration 어노테이션, 통합 테스트에 필요한 이유 및 이러한 테스트가 실제로 WebApplicationContext를 부트 스트랩하도록 구성하는 방법을 살펴 보겠습니다 . 2. @WebAppConfiguration 간단히 말해서 이것은 S.. 2021. 3. 15.