Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java version of simple-frontends-with-javalin-and-vue #237

Open
ItsRainingHP opened this issue Jul 4, 2023 · 0 comments
Open

Java version of simple-frontends-with-javalin-and-vue #237

ItsRainingHP opened this issue Jul 4, 2023 · 0 comments

Comments

@ItsRainingHP
Copy link

ItsRainingHP commented Jul 4, 2023

Describe the feature
I would like to request Java versions of this guide:

https://javalin.io/tutorials/simple-frontends-with-javalin-and-vue

Additional context
Additionally, I would like to suggest using ApiBuilder.get and ApiBuilder.path to show static method calls in the guides.

The documentation for this page is slightly incorrect for the new Javalin. According to error logs as of Javalin 4 we use:

path("{userId}", () -> {

instead of

path(":userId", () -> {

@tipsy tipsy transferred this issue from javalin/javalin Jul 4, 2023
@tipsy tipsy changed the title JavaDocs Update Java version of simple-frontends-with-javalin-and-vue Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant