changho an
@anchangho81381102
Reviews Written
-
Average Rating
-
The introduction is empty
Posts
Q&A
Set.of ์ง๋ฌธ๋๋ฆฝ๋๋ค.
์ ๋ ์๋ฐ 8 ์ด๋ผ ์ด๋ ๊ฒ ํ๋ค์ Account admin = Account.builder().email(appProperties.getAdminUsername()) .password(appProperties.getAdminPassword()) .roles(Stream.of(AccountRole.ADMIN, AccountRole.USER).collect(Collectors.toSet())).build(); accountService.saveAccount(admin);
- 0
- 2
- 266
Q&A
์๋ ํ์ธ์ ์ ์ฅ๋ ์๋ต๊ฐ ํ๊ธ์ธ์ฝ๋ฉ ์ฌ์ญค๋ด ๋๋ค
spring.http.encoding.charset=UTF-8 spring.http.encoding.enabled=true spring.http.encoding.force=true application.properties ์ ์ถ๊ฐ ํ๋ฉด ๋๋ค์ ๊ฒ์ํด๋ณด๋ฉด ํค๋๋ ํํฐ์ ์ง์ ์ค์ ํ๋ ๋ฐฉ๋ฒ์ด ๋์ค๋๋ฐ ์ ๊ฒฝ์ฐ์ ์ด๋ ๊ฒ ํ๋ ํ๊ธ๋ก ์ ์ถ๋ ฅ ๋ฉ๋๋ค.
- 3
- 5
- 557




