Skip to content

Latest commit

 

History

History

spring-data-rest-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Spring Data REST

本模块包含有关Spring Data REST的文章

相关文章

运行项目

应用程序使用Spring Boot,因此很容易运行。你可以通过以下几种方式启动:

  • SpringDataRestApplication运行main方法
  • 使用Maven Spring Boot插件:mvn Spring Boot:run
  • 将应用程序打包为JAR,并使用java-jar intro-spring-data-rest-2.jar运行

查看运行的项目

要查看正在运行的应用程序,请在浏览器中访问http://localhost:8080