简体   繁体   中英

Spring Data JPA without Spring MVC and Spring Boot

I want to make a small CRUD application using Spring Core and also I want to use Spring Data JPA.

How can I make such application without any web dependency or others like without using Spring MVC and Spring Boot.

Simple Spring Core + Spring Data JPA crud application.

Forget about whether it is recommended or not but is it possible?

Spring Boot is a architecture and it is not a framework. If you want to use Spring Core + Spring Data Jpa without spring-boot then go with maven quickstart.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM