Skip to content
Snippets Groups Projects

Resolve "Borestop"

Merged Colin DAMON requested to merge 25-borestop into master
2 files
+ 48
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -60,6 +60,12 @@ management:
@@ -60,6 +60,12 @@ management:
spring:
spring:
application:
application:
name: borestop
name: borestop
 
jackson:
 
default-property-inclusion: non_empty
 
serialization:
 
write-dates-as-timestamps: false
 
deserialization:
 
fail-on-unknown-properties: false
profiles:
profiles:
# The commented value for `active` can be replaced with valid Spring profiles to load.
# The commented value for `active` can be replaced with valid Spring profiles to load.
# Otherwise, it will be filled in by maven when building the JAR file
# Otherwise, it will be filled in by maven when building the JAR file
Loading