foobar
@zmfjscl7898697
Reviews Written
5
Average Rating
5.0
Posts
Q&A
๋น๊ต์ ์ต์ ๋ฒ์ ์์ ์๋ฌ๊ฐ ๋ฐ์ํฉ๋๋ค.
์ด๊ฑฐ ํด๊ฒฐํ์ จ๋์ .. ๊ฐ์ ๋ฌธ์ ๊ฐ ๋ฐ์ํ๋๋ฐ
- 1
- 11
- 5.5K
Q&A
java.lang.NoClassDefFoundError: Could not initialize class javax.xml.bind.DatatypeConverterImpl ์๋ฌ ๋์ฒ๋ฒ
์ ์ง์ง ๋๋ฌด ๊ฐ์ฌํฉ๋๋ค ใ ใ ใ ใ ใ ใ ใ
- 13
- 6
- 3.5K
Q&A
์๋ ํ์ธ์ ์ ์๋ ๊ฐ์๋ด์ฉ๋๋ก WAR๋ก ํจํค์ง ๋ง๋ค๊ณ , webapp์ ๋ง๋ค์ด๋ index.html๊ณผ basic.html์ ํ๋ฉด์ด ๋จ์ง ์๋ค์..
์คํ์ด๋๋ค์.. ๋ญ๊ฐ๋ฌธ์ ์๋์ง ๋ชจ๋ฅด๊ฒ ์ง๋ง ๊ฐ์ฌํฉ๋๋ค
- 0
- 8
- 1K
Q&A
์๋ ํ์ธ์ ์ ์๋ ๊ฐ์๋ด์ฉ๋๋ก WAR๋ก ํจํค์ง ๋ง๋ค๊ณ , webapp์ ๋ง๋ค์ด๋ index.html๊ณผ basic.html์ ํ๋ฉด์ด ๋จ์ง ์๋ค์..
์ผ๋จ ์ ๊ฒฝ์จ์ฃผ์ ์ ๊ฐ์ฌํฉ๋๋ค. ํน์๋ ์๋ชป ๋ง๋ค์์๊น ํด์ ํ๋ก์ ํธ 2~3๋ฒ ๋ ๋ง๋ค์ด์ ํด๋ณธ ๊ฒฐ๊ณผ ๊ฐ์ ๋ฌธ์ ๊ฐ ๋ฐ์ํ์ฌ ์งํ์ ๋ชปํ๊ณ ์๋๋ฐ.. ํ๋ก์ ํธ ์ฝ๋๋ฅผ ๊ณต์ ํด์ฃผ์๋ฉด ๊ฐ์ฌํ๊ฒ ์ต๋๋ค.
- 0
- 8
- 1K
Q&A
์๋ ํ์ธ์ ์ ์๋ ๊ฐ์๋ด์ฉ๋๋ก WAR๋ก ํจํค์ง ๋ง๋ค๊ณ , webapp์ ๋ง๋ค์ด๋ index.html๊ณผ basic.html์ ํ๋ฉด์ด ๋จ์ง ์๋ค์..
(์ฌ์ง) 1. ์ ๋๋ก ์ด๊ฑฐ๊ฐ๊ณ , 2.๋ ๋๊ฐ์ด ํ์ด์ง๊ฐ ๋จ์ง ์์ต๋๋ค.! 3. ํฌ๋กํ์ด์ง๋ฅผ ์คํํ์ ๋์ ์ฝ์ ๋ก๊ทธ์ ๋๋ค. 2021-07-09 11:11:23.941 INFO 7552 --- [ main] hello.servlet.ServletApplication : Starting ServletApplication using Java 11.0.11 on DESKTOP-UT3UMNN with PID 7552 (C:\Users\82109\Desktop\home\servlet (1)\servlet\out\production\classes started by 82109 in C:\Users\82109\Desktop\home\servlet (1)) 2021-07-09 11:11:23.945 INFO 7552 --- [ main] hello.servlet.ServletApplication : No active profile set, falling back to default profiles: default 2021-07-09 11:11:24.626 INFO 7552 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2021-07-09 11:11:24.632 INFO 7552 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-07-09 11:11:24.633 INFO 7552 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-07-09 11:11:24.691 INFO 7552 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-07-09 11:11:24.691 INFO 7552 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 688 ms 2021-07-09 11:11:24.825 INFO 7552 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2021-07-09 11:11:24.953 INFO 7552 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' 2021-07-09 11:11:24.960 INFO 7552 --- [ main] hello.servlet.ServletApplication : Started ServletApplication in 1.465 seconds (JVM running for 2.469) 2021-07-09 11:11:54.063 DEBUG 7552 --- [nio-8080-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position() [0] 2021-07-09 11:11:54.063 DEBUG 7552 --- [nio-8080-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET / HTTP/1.1 Host: localhost:8080 Connection: keep-alive Cache-Control: max-age=0 sec-ch-ua: " Not;A Brand";v="99", "Google Chrome";v="91", "Chromium";v="91" sec-ch-ua-mobile: ?0 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9 Sec-Fetch-Site: none Sec-Fetch-Mode: navigate Sec-Fetch-User: ?1 Sec-Fetch-Dest: document Accept-Encoding: gzip, deflate, br Accept-Language: ko-KR,ko;q=0.9,en-US;q=0.8,en;q=0.7 ] 2021-07-09 11:11:54.089 INFO 7552 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-07-09 11:11:54.089 INFO 7552 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2021-07-09 11:11:54.090 INFO 7552 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms 2021-07-09 11:11:54.141 DEBUG 7552 --- [nio-8080-exec-1] o.a.coyote.http11.Http11InputBuffer : Before fill(): [true], parsingRequestLine: [true], parsingRequestLinePhase: [0], parsingRequestLineStart: [0], byteBuffer.position() [0] 2021-07-09 11:11:54.141 DEBUG 7552 --- [nio-8080-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [] 2021-07-09 11:11:54.142 DEBUG 7552 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4f52df0f:org.apache.tomcat.util.net.NioChannel@1b2bbde7:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64880]], Status in: [OPEN_READ], State out: [OPEN]
- 0
- 8
- 1K
Q&A
@PreAuthorize์ ์ฌ์ฉํ๋ SpEL ๋ฌธ๋ฒ์ ๋ํด ์ง๋ฌธ๋๋ฆฝ๋๋ค.
์คํ๋ง ์ํ๋ฆฌํฐ์ principal ์ ๋ํ ๊ฐ๋ ์ด ์ ํํ๊ฒ ์กํ๊ฒ ๊ฐ์ต๋๋ค. ์ ์ฑ์ค๋ฌ์ด ๋ต๋ณ ๊ฐ์ฌํฉ๋๋ค!!
- 0
- 2
- 757




