Upgraded Steve implementation to Standerd 2.7 SpringBoot application #1606
nikhilkandari77
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
What is the problem with jetty? You can use it with spring boot too. You are not the first to make the move to spring boot (see https://github.com/parklapp/steve-pluggable) but would you like to make a pull request with the changes? |
Beta Was this translation helpful? Give feedback.
1 reply
-
congrats. couple of remarks:
benefits of making steve a spring boot app is twofold:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi , I have successfully upgraded the current Steve implementation of ocpp 1.6j to SpringBoot 2.7 . And with Standerd SpringBoot auto configuration there is no need of jetty server and now we can easily move to Microservices architecture without any manual configuration. I know the letest version of SpringBoot is 3... With is built on jakarta servlet api .we have to wait for transition from Javax to jakarta.
Beta Was this translation helpful? Give feedback.
All reactions