Could I add a spring boot version of endpoints-v2-backend?
See original GitHub issueIn which file did you encounter the issue?
Did you change the file? If so, how?
I can add a new endpoints-v2-backend-spring
copy that closely resembles the linked project but uses JAR instead of WAR (which imo is the better file format) in conjunction with Spring Boot.
Describe the issue
The existing demo project is fine, although it’s really not beginner friendly and doesn’t teach best development practices since, AFAIK, there is no way to test it locally.
Using Spring allows you to simulate what’s being deployed by app engine on localhost.
I have my own more personalized version of the project working with GAE and GCF. (and of course maven + spring + jar)
Issue Analytics
- State:
- Created 3 years ago
- Comments:25 (18 by maintainers)
Top Results From Across the Web
Overriding Dependency Versions with Spring Boot
This article explains some of the dependency management tricks that can be used to create libraries and apps that depend on newer versions...
Read more >Upgrading Spring Boot
Instructions for how to upgrade from earlier versions of Spring Boot are provided on the project wiki. Follow the links in the release...
Read more >Spring Boot Gradle Plugin Reference Guide
The Spring Boot Gradle Plugin provides Spring Boot support in Gradle. It allows you to package executable jar or war archives, run Spring ......
Read more >Spring Boot
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of...
Read more >Spring Boot Reference Documentation
You can also create native images using the the native-image Paketo buildpack. The following versions are supported: Name, Version. GraalVM Community. 22.3.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Unfortunately we don’t yet support version 3.
A nice thing about this approach could also be that if Cloud Endpoints eventually supports openapi3, all you would have to do is remove the extra conversion plugin and you would already be at openapi 3, less a few configurations possibly.