WEB/스프링 부트 2

시큐리티) POM.XML 설정추가 org.springframework.boot spring-boot-starter-security 시큐리티 속성 추가spring.security.user.name= 기본 사용자 이름, 기본값 user spring.security.user.password= 기본 사용자의 암호, 기본값 UUID spring.security.user.roles= 기본 사용자의 권한, 기본값 없다 서버시작시 실행로그12345678910111213141516171819202122 . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (..
타임리프 ( thymeleaf ) spring.thymeleaf.prefix= ViewResolver를 사용하기 위한 접두사, 기본값 classpath:/templates/ spring.thymeleaf.suffix= 접미사, 기본값 .html spring.thymeleaf.encoding= template의 인코딩, 기본값 UTF-8 spring.thymeleaf.check-template= 렌더링되기 전에 템플릿이 존재하는지 확인, 기본값 true spring.thymeleaf.check-template-location= 템플릿 ㅜ이치가 존재하는지 확인, 기본값 true spring.thymeleaf.mode= 타임리프를 사용하기 위한 TemplateMode, 기본값 HTML spring.thymel..
사이트)https://javacan.tistory.com/entry/Reactor-Start-1-RS-Flux-Mono-Subscriberhttps://durtchrt.github.io/blog/english/spring.io/webflux/https://parkcheolu.tistory.com/134http://woowabros.github.io/experience/2019/03/18/tech-toby-reactive.html WebFlux org.springframework.boot spring-boot-starter-webflux io.projectreactor reactor-test 3.3.2.RELEASE test package com.example.demo.webflux; import org...
참고사이트 : https://jongmin92.github.io/2019/03/31/Java/java-async-1/https://moonscode.tistory.com/123 비동기logging.level.org.springframework.web=DEBUG package com.example.demo.Asynchronous; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; import java.util.concurrent.Callable; import java.util.concurrent.ThreadLocalRandom; @RestC..
Jetty참고사이트 : https://stackoverflow.com/questions/26655875/spring-boot-redirect-http-to-httpshttps://www.daleseo.com/spring-boot-embedded-server-change/ 다운로드 사이트 : https://www.eclipse.org/jetty/download.html 인텔리J 서버 추가 HTTP 에서 HTTPS 리다이렉트 전게시글과 변경사항)1) war 파일로 패키징2) tomcat을 제외3) jetty를 추가 4.0.0 org.springframework.boot spring-boot-starter-parent 2.2.4.RELEASE com.example demo war 0.0.1-SNAPSHOT d..
AKI
'WEB/스프링 부트 2' 카테고리의 글 목록 (3 Page)