- Change server's port.

- Update dependencies.
springify_project
Lampros Smyrnaios 3 years ago
parent 27375b9396
commit 25c566bf68

@ -1,11 +1,11 @@
buildscript {
ext {
springSecurityVersion = "5.5.0"
springSecurityVersion = "5.5.1"
}
}
plugins {
id 'org.springframework.boot' version '2.5.0'
id 'org.springframework.boot' version '2.5.3'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

@ -10,7 +10,7 @@
#server.error.include-stacktrace=never
# HTTP CONFIGURATION
server.port = 8080
server.port = 1880
# Server api path
server.servlet.context-path=/api

Loading…
Cancel
Save