Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vilorij authored Sep 22, 2023
1 parent 2e6b670 commit c26d666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring:
application:
name: @name@
description: @description@
name: '@name@'
description: '@description@'
server:
port: '@server.port@'
management:
Expand Down Expand Up @@ -29,4 +29,4 @@ management:
include: health,info,prometheus
---
server:
port: @server.port@
port: '@server.port@'

0 comments on commit c26d666

Please sign in to comment.