generated from pricelees/issue-pr-template
update README.md
This commit is contained in:
parent
68a0724e16
commit
5c518890a2
16
README.md
16
README.md
@ -1,3 +1,17 @@
|
||||
# Bean validation in kotlin / spring
|
||||
|
||||
코틀린 + 스프링 환경에서의 Bean Validation을 테스트합니다.
|
||||
[Kotlin + Spring 환경에서의 Bean Validation]() 글에 사용할 코드입니다.(글은 추후에 업로드됩니다.)
|
||||
|
||||
> kotlin 2.2.0 + Spring Boot 3.5.3 버전이며 모두 최신 버전을 사용하였습니다.
|
||||
>
|
||||
|
||||
### 테스트 방법
|
||||
|
||||
```text
|
||||
// 프로젝트 clone
|
||||
git clone https://gitea.pricelees.me/pricelees/kopring-validation.git
|
||||
|
||||
// 테스트 실행 후 콘솔 출력 결과 확인
|
||||
src.test/kotlin/com/sangdol/validation/ValidationTest.kt
|
||||
```
|
||||
`src/main/kotlin/com/sangdol/validation/DemoDTO.kt` 를 Decompile 하며, 어노테이션이 어떻게 붙는지 확인할 수 있습니다. 같은 @NotNull 이라도 jakarta / jetbrains 패키지인지에 따라 처리 방법이 다릅니다.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user