Tag: springboot
All the articles with the tag "springboot".
-
Simple chatroom application using STOMP and SockJsClient
Building a small React + Spring Boot chatroom that uses STOMP over SockJS with a RabbitMQ relay, including login/logout event broadcasting.
#react #java #springboot #backend Read -
Use vscode for java development
Setting up VS Code as a Java IDE with the Java, Spring Boot and Gradle extension packs, plus configuring launch settings and debugging.
#java #springboot #tooling Read -
Session filter check user session
Implement a Spring Boot servlet filter backed by Redis session storage that redirects unauthenticated users to the login page.
#java #springboot #backend Read -
Start springboot application at boot time in CentOS 7
Create systemd service files with start/stop shell scripts so a Spring Boot scheduler job starts automatically on CentOS 7 reboot.
#linux #centos #springboot #devops Read