Skip to content

Commit 0418344

Browse files
committed
chore: fix tests
1 parent 2f05339 commit 0418344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

boot-kotlin-co/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ logging.level.root=INFO
22
logging.level.web=DEBUG
33
logging.level.com.example.demo=DEBUG
44
server.port=8080
5-
spring.data.mongodb.uri=mongodb://localhost:27017/blog
5+
#spring.data.mongodb.uri=mongodb://localhost:27017/blog
66
spring.webflux.problemdetails.enabled=true

0 commit comments

Comments
 (0)