Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
training-cicd-refapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eugene Birondo
training-cicd-refapp
Commits
4dea72cf
Commit
4dea72cf
authored
Oct 19, 2021
by
Eugene Birondo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changing java version in pom.xml
parent
94f3b64b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
42 additions
and
5 deletions
+42
-5
application.yml
${project.build.directory}/classes/application.yml
+2
-0
compiler.xml
.idea/compiler.xml
+16
-0
misc.xml
.idea/misc.xml
+11
-0
training-cicd-refapp.iml
.idea/training-cicd-refapp.iml
+12
-4
pom.xml
pom.xml
+1
-1
.DS_Store
...n/java/com/nisum/cicd/training/springbootrefapp/.DS_Store
+0
-0
No files found.
${project.build.directory}/classes/application.yml
0 → 100644
View file @
4dea72cf
server
:
port
:
8081
.idea/compiler.xml
0 → 100644
View file @
4dea72cf
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"CompilerConfiguration"
>
<annotationProcessing>
<profile
name=
"Maven default annotation processors profile"
enabled=
"true"
>
<sourceOutputDir
name=
"target/generated-sources/annotations"
/>
<sourceTestOutputDir
name=
"target/generated-test-sources/test-annotations"
/>
<outputRelativeToContentRoot
value=
"true"
/>
<module
name=
"training-cicd-refapp"
/>
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module
name=
"training-cicd-refapp"
target=
"1.5"
/>
</bytecodeTargetLevel>
</component>
</project>
\ No newline at end of file
.idea/misc.xml
0 → 100644
View file @
4dea72cf
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"MavenProjectsManager"
>
<option
name=
"originalFiles"
>
<list>
<option
value=
"$PROJECT_DIR$/pom.xml"
/>
</list>
</option>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_8"
default=
"true"
project-jdk-name=
"1.8"
project-jdk-type=
"JavaSDK"
/>
</project>
\ No newline at end of file
.idea/training-cicd-refapp.iml
View file @
4dea72cf
<?xml version="1.0" encoding="UTF-8"?>
<module
type=
"JAVA_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"true"
>
<exclude-output
/>
<content
url=
"file://$MODULE_DIR$"
/>
<module
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule=
"true"
type=
"JAVA_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
LANGUAGE_LEVEL=
"JDK_1_5"
>
<output
url=
"file://$MODULE_DIR$/${project.build.directory}/classes"
/>
<output-test
url=
"file://$MODULE_DIR$/${project.build.directory}/test-classes"
/>
<content
url=
"file://$MODULE_DIR$"
>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/java"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/resources"
type=
"java-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/test/java"
isTestSource=
"true"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/${project.build.directory}/classes"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/${project.build.directory}/test-classes"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/target"
/>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
...
...
pom.xml
View file @
4dea72cf
...
...
@@ -14,7 +14,7 @@
<name>
springboot-refapp
</name>
<description>
Demo project for Spring Boot
</description>
<properties>
<java.version>
11
</java.version>
<java.version>
8
</java.version>
</properties>
<dependencies>
<dependency>
...
...
src/main/java/com/nisum/cicd/training/springbootrefapp/.DS_Store
0 → 100644
View file @
4dea72cf
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment