文件名称:ConfigServiceRest:使用Spring Boot配置服务REST API
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-02 11:48:52
Java
ConfigServiceRest 使用Spring Boot配置服务REST API 概括: This is a simple application to demostrate Spring Boot for REST API Task #1 Create a Config Service REST api using Spring Boot that implements below apis to return and update JSON documents representing an application’s config properties. The application needs to store the JSON documents in an embedded SQL database (H2) using Spring Data JPA. • GET
【文件预览】:
ConfigServiceRest-master
----.gitignore(272B)
----settings.gradle(28B)
----build.gradle(1KB)
----src()
--------main()
--------test()
----gradlew(5KB)
----LICENSE(1KB)
----README.md(2KB)
----gradlew.bat(2KB)
----gradle()
--------wrapper()
----config.iml(752B)