에러 메시지
an error has occurred. see error log for more details. could not initialize class com.thoughtworks.xstream.converters.collections.propertiesconverter
해결 방법
응용프로그램 > STS > 우클릭 > 패키지 내용 보기 > Contents > Info.plist
위의 경로를 따라 info.plist에 아래 내용 추가
<string>-vm</string>
<string>/Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/bin/java</string>
* zulu-8.jdk 부분은 자신의 버전으로 변경해야 한다.

'Spring' 카테고리의 다른 글
| [Spring] Spring MVC 흐름 (0) | 2022.04.20 |
|---|---|
| [Spring] DI(Dependency Injection) Annotation (0) | 2022.04.20 |
| [Spring] AspectJ 적용 시 NoClassDefFoundError, ClassNotFoundException 에러 (0) | 2022.04.20 |
| GET방식과 POST방식 (0) | 2022.03.11 |