You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 asystem.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.
The text was updated successfully, but these errors were encountered: