Skip to content

Commit

Permalink
fix typo: eanbled to enabled (#1837)
Browse files Browse the repository at this point in the history
* fix typo: eanbled to enabled
  • Loading branch information
laohuihui178 authored Apr 11, 2022
1 parent ce9284b commit c468bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spring:
enabled: always
devtools:
restart:
eanbled: true
enabled: true
datasource:
type: com.zaxxer.hikari.HikariDataSource

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ server:
spring:
devtools:
restart:
eanbled: false
enabled: false
mvc:
pathmatch:
use-suffix-pattern: true
Expand Down Expand Up @@ -69,4 +69,4 @@ springfox:
halo:
download-timeout: 5m
cache: memory
work-dir: ${user.home}/.halo/
work-dir: ${user.home}/.halo/

0 comments on commit c468bc0

Please sign in to comment.