Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
academy
tutorials
microservices
02-spring-boot-framework-overview
Commits
ee70cddf
Commit
ee70cddf
authored
2 years ago
by
Cihat Topsakal
Browse files
Options
Download
Plain Diff
Merge branch 'project-upgrade' into 'master'
version upgrade See merge request
!2
parents
7b5f844c
425ebd9b
master
version-update
1 merge request
!2
version upgrade
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
solution/product-service/pom.xml
+2
-2
solution/product-service/pom.xml
solution/product-service/src/main/resources/application.properties
+1
-1
...product-service/src/main/resources/application.properties
with
3 additions
and
3 deletions
+3
-3
solution/product-service/pom.xml
+
2
-
2
View file @
ee70cddf
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.
2.6.RELEASE
</version>
<version>
2.
6.8
</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<groupId>
com.eteration
</groupId>
...
...
@@ -16,7 +16,7 @@
<properties>
<java.version>
11
</java.version>
<spring-cloud.version>
Hoxton.SR
3
</spring-cloud.version>
<spring-cloud.version>
2021.0.
3
</spring-cloud.version>
</properties>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
solution/product-service/src/main/resources/application.properties
+
1
-
1
View file @
ee70cddf
spring.config.import
=
optional:configserver:
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help