- Change server's port.

- Update dependencies.
This commit is contained in:
Lampros Smyrnaios 2021-07-29 08:44:36 +03:00
parent 27375b9396
commit 25c566bf68
3 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
buildscript { buildscript {
ext { ext {
springSecurityVersion = "5.5.0" springSecurityVersion = "5.5.1"
} }
} }
plugins { 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 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java' id 'java'
} }

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists 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 zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

View File

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