Spring Boot + MyBatis lightweight REST framework. Annotation-based entity mapping and repository proxy pattern that minimizes boilerplate while keeping MyBatis SQL control.
Version: 1.1.0 Requirements: Java 17+, Spring Boot 3.3+, MySQL 5.7+/8.0+, MyBatis 3.0+ Repository: https://github.com/Axim-one/rest-framework
CRITICAL: All annotations below are required. Add @XRestServiceScan if using @XRestService REST clients.
Axim REST Framework를 사용하여 Spring Boot REST API를 구축하세요. axim-rest-framework(Spring Boot + MyBatis)를 사용하여 엔터티, 저장소, 서비스, 컨트롤러, 오류 처리 또는 페이지 매김을 생성할 때 사용합니다. @XEntity, @XRepository, IXRepository, 쿼리 파생, 저장/수정/upsert, XPagination, XPage, 오류 코드, i18n 예외 및 선언적 REST 클라이언트를 다룹니다. 출처: axim-one/rest-framework.