fix typo: eanbled to enabled (#1837)

* fix typo: eanbled to enabled
pull/1861/head
laohuihui 2022-04-11 21:36:16 +08:00 committed by GitHub
parent ce9284b962
commit c468bc0dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ spring:
enabled: always enabled: always
devtools: devtools:
restart: restart:
eanbled: true enabled: true
datasource: datasource:
type: com.zaxxer.hikari.HikariDataSource type: com.zaxxer.hikari.HikariDataSource

View File

@ -6,7 +6,7 @@ server:
spring: spring:
devtools: devtools:
restart: restart:
eanbled: false enabled: false
mvc: mvc:
pathmatch: pathmatch:
use-suffix-pattern: true use-suffix-pattern: true
@ -69,4 +69,4 @@ springfox:
halo: halo:
download-timeout: 5m download-timeout: 5m
cache: memory cache: memory
work-dir: ${user.home}/.halo/ work-dir: ${user.home}/.halo/