/*String*/
<if test="@org.apache.commons.lang3.StringUtils@isNotBlank(param)">
/*ArrayList*/
<if test="@org.apache.commons.collections4.CollectionUtils@isNotEmpty(list)">
'Back > Java' 카테고리의 다른 글
[Java/Reactor] Mono then() 동작 흐름 테스트 (0) | 2023.02.22 |
---|---|
[Spring/WebSocket] 초초초기본편 웹소켓 통신해보기 (1) (0) | 2022.09.18 |
[Spring/WebSocket] RSocket 예제코드 실행해보기(WIP) (1) | 2022.09.15 |
[Java/SpringBoot] 멀티 스레드 & static 테스트 (0) | 2022.01.02 |
[JPA] save() vs saveAndFlush() 차이 (0) | 2021.11.26 |