- Annotations: https://reflectoring.io/bean-validation-with-spring-boot/
- Programmatically: https://reflectoring.io/bean-validation-with-spring-boot/#validating-programmatically
"paging": {
"next": {
"link": "?after=NTI1Cg%3D%3D",
"after": "NTI1Cg%3D%3D"
}
}
- https://www.eginnovations.com/blog/tomcat-performance-tuning/
- https://blogs.sap.com/2019/05/06/how-to-optimize-tomcat-server-utilization./
ssh -L 8888:127.0.0.1:8080 root@your_remote_server_address -p1234
mvn clean package spring-boot:repackage
java -jar your.jar
- The & symbol, switches the program to run in the background.
- The nohup utility makes the command passed as an argument run in the background even after you log out.
- https://stackoverflow.com/questions/12102270/run-java-jar-file-on-a-server-as-background-process
nohup java -jar /web/server.jar &
brew install nginx
nginx
nginx -s stop