250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- IntelliJ
- Thymeleaf
- git
- JDBC
- Python
- 문서
- Tomcat
- Exception
- oracle
- SpringBoot
- Spring Boot
- Docker
- MSSQL
- Eclipse
- JavaScript
- jpa
- myBatis
- ubuntu
- Open Source
- STS
- Source
- 오픈소스
- Core Java
- maven
- 설정
- PostgreSQL
- spring
- MySQL
- error
- AJAX
Archives
- Today
- Total
헤르메스 LIFE
[Exception] Invalid value type for attribute 'factoryBeanObjectType': java.lang.String 본문
Exception
[Exception] Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
헤르메스의날개 2024. 8. 3. 16:59728x90
개발환경을 업그레이드 하던 중 아래와 같은 오류가 발생하였습니다.
JDK 11 -> JDK 17
Spring Boot 2.7.18 -> Spring Boot 3.2.4
Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
개발환경
Tools : STS 4.22.1.RELEASE
JDK : zulu17.72.19-jdk11.0.23
Framework : Spring Boot 3.2.4 & MyBatis
Database : PostgreSQL 16.3
Build : Maven
Doc : Swagger
Mybatis 버전도 같이 올려줘야 하는군요.
Mybatis 2.3.2 -> Mybatis 3.0.3
728x90