|
|
|
@ -1,4 +1,3 @@ |
|
|
|
|
|
|
|
|
|
spring: |
|
|
|
|
jackson: |
|
|
|
|
date-format: yyyy-MM-dd HH:mm:ss |
|
|
|
@ -49,8 +48,7 @@ spring: |
|
|
|
|
# 其它属性,这里只开启debug输出错误信息 |
|
|
|
|
properties: |
|
|
|
|
debug: true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 日志输出 |
|
|
|
|
logging: |
|
|
|
|
file: |
|
|
|
|
path: ./logs |
|
|
|
@ -70,36 +68,46 @@ website: |
|
|
|
|
- hugo |
|
|
|
|
- SpringBoot |
|
|
|
|
- 学习 |
|
|
|
|
# 网站描述 |
|
|
|
|
description: All the truth is simple! |
|
|
|
|
domain: http://localhost:8081 #域名 |
|
|
|
|
# 域名 |
|
|
|
|
domain: http://localhost:8080 |
|
|
|
|
# 头像 |
|
|
|
|
# 和评论邮箱绑定,作为评论头像 |
|
|
|
|
avatar: https://hugo.bnblogs.cc/images/img/20220215001349.png |
|
|
|
|
# 昵称 |
|
|
|
|
nickname: barney |
|
|
|
|
username: admin |
|
|
|
|
# 管理员加密后的密码 |
|
|
|
|
password: 0192023a7bbd73250516f069df18b500 |
|
|
|
|
address: 广东 广州 |
|
|
|
|
# 作者头像 |
|
|
|
|
# 标签 |
|
|
|
|
tags: |
|
|
|
|
- java |
|
|
|
|
- springboot |
|
|
|
|
- web |
|
|
|
|
- 自律 |
|
|
|
|
- 学习 |
|
|
|
|
navdesc: 取乎其上,得乎其中;取乎其中,得乎其下;取乎其下,则无所得矣 |
|
|
|
|
# 社交链接 |
|
|
|
|
qq: 1337425156 |
|
|
|
|
github: https://git.bnblogs.cc/zfp |
|
|
|
|
sina: https://weibo.com/6289381214 |
|
|
|
|
mail: 1337425156@qq.com |
|
|
|
|
logo: https://cravatar.cn/avatar/a2bc729e1ee6040fff197c705e19d449?s=400&r=G&d=mp&ver=1664632345 |
|
|
|
|
# 页尾信息(作者、备案信息) |
|
|
|
|
footer: '© 2020-2022 <a href="https://hugo.bnblogs.cc">barney</a><br /><a target="_blank" href="https://beian.miit.gov.cn">赣ICP备2022002184号-1</a> |
|
|
|
|
<a style="margin-left: 10px" target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11011402012109"><br /><img style="vertical-align: top;" src="https://imagebed-1252410096.cos.ap-nanjing.myqcloud.com/2046/d4ab98835b8842c88eededac6e7c9e35.png"> |
|
|
|
|
赣公网安备 36092202000146号</a>' |
|
|
|
|
# 默认图片 |
|
|
|
|
default-images: |
|
|
|
|
# 默认文章图片 |
|
|
|
|
images: |
|
|
|
|
- /static/image/1.jpg |
|
|
|
|
- /static/image/2.jpg |
|
|
|
|
- /static/image/3.jpg |
|
|
|
|
- /static/image/4.jpg |
|
|
|
|
- /static/image/5.jpg |
|
|
|
|
# 默认评论头像 |
|
|
|
|
avatars: |
|
|
|
|
- /static/image/avatar/1.jpg |
|
|
|
|
- /static/image/avatar/2.jpg |
|
|
|
@ -115,5 +123,6 @@ default-images: |
|
|
|
|
- /static/image/avatar/12.jpg |
|
|
|
|
- /static/image/avatar/13.jpg |
|
|
|
|
- /static/image/avatar/14.jpg |
|
|
|
|
# 程序启动端口 |
|
|
|
|
server: |
|
|
|
|
port: 8081 # 程序启动端口 |
|
|
|
|
port: 8080 |
|
|
|
|