简体   繁体   English

Spring 数据 JPA 无 Spring MVC 和 Z38008DD81C2F4D7985ECF6E0CE8AF1D1

[英]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.我想使用 Spring 内核制作一个小型 CRUD 应用程序,并且我还想使用 Spring 数据 JPA。

How can I make such application without any web dependency or others like without using Spring MVC and Spring Boot.如何在没有任何 web 依赖或其他不使用 Spring MVC 和 Spring 引导的情况下制作此类应用程序。

Simple Spring Core + Spring Data JPA crud application.简单的 Spring 核心 + Spring 数据 JPA crud 应用程序。

Forget about whether it is recommended or not but is it possible?忘记是否推荐,但有可能吗?

Spring Boot is a architecture and it is not a framework. Spring 引导是一种架构,它不是一个框架。 If you want to use Spring Core + Spring Data Jpa without spring-boot then go with maven quickstart. If you want to use Spring Core + Spring Data Jpa without spring-boot then go with maven quickstart.

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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