Tagged: Spring

1

Java Spring Boot Rest Example

In this tutorial, we will build a simple Rest Web Service with Spring Boot. 1. Project Init a) With Spring Tool Suite or Spring Tools in Eclipse New Spring Starter Project Project Configuration Wizard...

1

Change Spring Boot Server Port

How to change the server port in a Spring Boot Application In the file application.properties The configuration key is server.port and the default value is 8080 server.port=8080 Xavier LanglatXavier is a Freelance Innovation Solutions...