Skip to content

Commit 5a26f1f

Browse files
committed
jdk11 to jdk17 upgrade
1 parent c5fd600 commit 5a26f1f

File tree

162 files changed

+54719
-1401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+54719
-1401
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pipeline {
33
agent any
44
/*
55
tools {
6-
maven "MAVEN3.8"
6+
maven "maven3"
77
}
88
*/
99
environment {
1010
NEXUS_VERSION = "nexus3"
1111
NEXUS_PROTOCOL = "http"
12-
NEXUS_URL = "IP:8081"
12+
NEXUS_URL = "172.31.40.209:8081"
1313
NEXUS_REPOSITORY = "vprofile-release"
1414
NEXUS_REPO_ID = "vprofile-release"
1515
NEXUS_CREDENTIAL_ID = "nexuslogin"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Prerequisites
22
#
33
- JDK 11
4-
- Maven 3.8
5-
- MySQL 8.1
4+
- Maven 3
5+
- MySQL 8
66

77
# Technologies
88
- Spring MVC

0 commit comments

Comments
 (0)