Skip to content

Commit

Permalink
bump version to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed May 1, 2024
1 parent 9dc264b commit 89c20e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ spring:
mode: HTML # thymeleaf对html元素格式要求严格,设置它的mode为HTML,忘记结束标签后不会报错
data:
mongodb:
uri: mongodb://192.168.0.233:27017/jmalcloud-test
uri: mongodb://127.0.0.1:27017/jmalcloud
web:
resources:
cache:
Expand Down

0 comments on commit 89c20e9

Please sign in to comment.