Trying to convert SpringBoot to quarkus 3 #40509
Unanswered
three-old-coders
asked this question in
Q&A
Replies: 2 comments 2 replies
-
/cc @geoand (spring) |
Beta Was this translation helpful? Give feedback.
0 replies
-
In Quarkus, you would likely use Quarkus REST and Qute. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am trying to build a native quarkus app based on a springboot WEB Application (using @controller NOT @RestController). Unfortunately the application starts without issues, quarkus listens on 0.0.0.0:8080 but nothing happens, no error, no response. When reading the docs quarkus always refers to @RestController, so is it really impossible to create a SpringBoot based Web Application (based on Tymeleaf or Rocker or whatever)?
Beta Was this translation helpful? Give feedback.
All reactions