Skip to content

Commit

Permalink
Add server.forward-headers-strategy=framework to application.properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed Dec 23, 2024
1 parent 29f3d6b commit 53acfe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ spring.application.name=massbank3-export-service
server.port = 8080
logging.level.massbank.RecordParserDefinition=ERROR
artifact.version=@project.version@
timestamp=@timestamp@
timestamp=@timestamp@
server.forward-headers-strategy=framework

0 comments on commit 53acfe2

Please sign in to comment.