docs icon indicating copy to clipboard operation
docs copied to clipboard

Java deploy docs incorrect for Spring Boot?

Open tedyoung opened this issue 3 years ago • 2 comments

I (successfully!) deployed a Spring Boot-based project and I did not need the "copy dependencies" plugin, nor a Procfile. I only needed to add a system.properties to have it use Java 17.

I'm not sure if the plugin or procfile is needed for other frameworks, but might be worth calling out Spring Boot separately due to its popularity.

tedyoung avatar Feb 01 '22 22:02 tedyoung

This is good feedback- I personally think we are a little light when it comes to Java documentation and will keep this in mind when we do the revamp happening soon.

With Railway, we want there to be as little config as possible so if it works out of the box that's great- but wanna expose the magic that's happening under the hood.

ndneighbor avatar Feb 02 '22 20:02 ndneighbor

Let me know if you need feedback on updates to Java-related docs.

tedyoung avatar Feb 14 '22 01:02 tedyoung