속성값을 문자열, map등으로 변환해 가져오는 등 자바 beans사용이 쉽도록 도우는 라이브러리
pom.xml에 추가
<!-- https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.8.0</version>
</dependency>
https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils/1.8.0
'JAVA > Spring' 카테고리의 다른 글
junit 4.7 이란? (0) | 2023.04.02 |
---|---|
jsp-api 2.1 이란? (0) | 2023.04.02 |
commons-dbcp 1.2.2 란? (0) | 2023.04.02 |
tiles-jsp 2.2.2 란? (0) | 2023.04.02 |
tiles-core 2.2.2 란? (0) | 2023.04.02 |