후...오늘도 한글이 여김없이 깨졌다.... 프로젝트 인코딩 설정은 잘해준거 같은데..구글링을 하며 찾아보았다... intellij 파일 인코딩...spring 인코딩 설정....등.. 다른 웹페이지의 경우 한글이 안깨지고 잘나와서 다른 설정을 확인해보도록 했다...그러다 프로젝트 빌드된 파일을 확인해보니.. 띠용....컴파일된 클래스 파일이 깨졌던 것이였다..ㅠㅠㅠ 바로 gradle에 컴파일 인코딩 설정을 추가해줬다. [compileJava, compileTestJava]*.options*.encoding = "UTF-8" 변경된 설정으로 재빌드하고 서버를 띄우니 잘나오는것을 확인했다.ㅜㅜ
프로젝트를 빌드 하는 도중 SwgDatabaseTest.java:31: error: cannot find symbol User findUser = userService.findByUserNo(user.getUserNo()).get(); ^ symbol: method getUserNo() location: variable user of type User UserController.java:21: error: variable userService not initialized in the default constructor private final UserService userService; ^ lombok의 annotation 기능을 사용하는 부분에서 에러가 나왔다. 관련해서 구글링을 해보니 gradle 4..
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':web:test'. > No tests found for given includes: [SwgDatabaseTest.test](filter.includeTestsMatching) * Try: Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':web:test'. at org...
- Total
- Today
- Yesterday
- junit5
- Redis
- spring-security
- 파스칼 표기법
- JUnit
- JAVA8
- Executor
- Visual Studio 2022
- aspectj
- Thread
- IntelliJ
- java
- jdk13
- codepoint
- 한글깨짐
- ThreadPool
- 확인창
- spring
- JetBrains Mono
- 카멜 표기법
- java11
- sgw
- thread priority
- JPA
- hot-deploy
- jdk12
- Mockito
- chmod
- gradle
- Jenkins
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |