spring-boot-resteasy:RESTEasy 的 Spring Boot 自动配置

时间:2024-07-14 21:01:52
【文件属性】:

文件名称:spring-boot-resteasy:RESTEasy 的 Spring Boot 自动配置

文件大小:17KB

文件格式:ZIP

更新时间:2024-07-14 21:01:52

Java

该项目为 Spring Boot 应用程序提供 RESTEasy 自动配置。 入门 构建此项目并将其安装到您的 Maven 存储库中: $ mvn install 然后,您应该在应用程序的build.gradle或pom.xml添加对org.springframework.boot:spring-boot-resteasy:1.0.0.BUILD-SNAPSHOT的build.gradle 。 现在创建一个启用自动配置和组件扫描的 Spring Boot 应用程序: import org.springframework.boot.SpringApplication ; import org.springframework.boot.autoconfigure.EnableAutoConfiguration ; import org.springframework.context.


【文件预览】:
spring-boot-resteasy-master
----spring-boot-resteasy-parent()
--------pom.xml(2KB)
----spring-boot-resteasy()
--------src()
--------pom.xml(1KB)
----README.md(2KB)
----pom.xml(948B)
----.gitignore(36B)
----spring-boot-sample-resteasy()
--------src()
--------pom.xml(1KB)

网友评论