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 think it’s better to use Spring Boot for the s-pipes-debug and s-pipes backend. It autoconfigures many things, comes with an embedded Tomcat server, and provides pre-built tools like Actuator, which I used in the RM backend for this kind of issue.
Without it, I’d need to implement an additional /health controller and service . What do you think?
The text was updated successfully, but these errors were encountered:
@blcham
I think it’s better to use Spring Boot for the s-pipes-debug and s-pipes backend. It autoconfigures many things, comes with an embedded Tomcat server, and provides pre-built tools like Actuator, which I used in the RM backend for this kind of issue.
Without it, I’d need to implement an additional /health controller and service . What do you think?
The text was updated successfully, but these errors were encountered: