question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could I add a spring boot version of endpoints-v2-backend?

See original GitHub issue

In which file did you encounter the issue?

https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine-java8/endpoints-v2-backend

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:closed
  • Created 3 years ago
  • Comments:25 (18 by maintainers)

github_iconTop GitHub Comments

2reactions
averikitschcommented, Jul 22, 2020

Unfortunately we don’t yet support version 3.

1reaction
aubreyyancommented, Jul 23, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found