We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c3d12 commit bbee857Copy full SHA for bbee857
groupChatService/src/main/resources/application.properties
@@ -3,16 +3,9 @@ spring.data.mongodb.uri=mongodb://root:example@localhost:27017/groups_db?authSou
3
spring.cloud.compatibility-verifier.enabled=false
4
server.port=8083
5
6
-
7
-# logging configuration to create the file and unify log format
8
-logging.level.root=INFO
9
-logging.file.name=logs/app.log
10
-logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
11
12
13
spring.mvc.throw-exception-if-no-handler-found=true
14
spring.web.resources.add-mappings=false
15
server.error.include-stacktrace=never
16
server.error.include-message=always
17
18
-user-service.url=http://localhost:8086
+user-service.url=http://localhost:8086
0 commit comments