Skip to content

Commit

Permalink
build: change project version and add logback file to yml property files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mxqueen-yr01 committed Jun 20, 2024
1 parent 801825e commit bd3c0c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>fr.recia.mediacentre.api</groupId>
<artifactId>esco-mediacentre</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>war</packaging>
<name>mediacentre</name>
<inceptionYear>2017</inceptionYear>
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/application-dev.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ server:
include-message: always
include-stacktrace: always

logging:
config: 'classpath:logback-dev.xml'

hostnames:
trusted:
- "test.reciacas.fr"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ server:
servlet:
context-path: /spring-api

#logging:
# config: 'classpath:logback.xml'
logging:
config: 'classpath:logback.xml'

spring:
application:
Expand Down

0 comments on commit bd3c0c1

Please sign in to comment.