springboot简易配置
server:
port: 8089
servlet:
encoding:
charset: UTF-8
tomcat:
uri-encoding: UTF-8
spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
jdbc-url: jdbc:mysql://localhost:3306/mydb_base?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&useSSL=true
driver-class-name: com.mysql.cj.jdbc.Driver
username: **
password: **
thymeleaf:
prefix: classpath:/templates/
#content-type: text/html
suffix: .html
templateMode: HTML5#LEGACYHTML5
characterEncoding: UTF-8
cache: false
devtools:
restart:
enabled: true
exclude: /**
redis:
database: 0
host: 127.0.0.1
port: 6379
password: **
lettuce:
pool:
max-active: 20
max-wait: -1
max-idle: 10
min-idle: 0
# 哨兵设置
#sentinel:
#master:
#nodes:
timeout: 3000
banner:
charset: UTF-8
location: banner.txt
security:
user:
name: user
password: password
logging:
root:
level: debug
charset:
console: UTF-8
mybatis:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
springboot简易配置更多相关文章
网页中mobile-agent的meta信息,这样添加才更专业
万象更新 Html5 - css: float 布局: 基础
万象更新 Html5 - css: float 布局: 通过 float 布局实现 3 栏式布局
万象更新 Html5 - css: flex 布局: flex-direction, flex-wrap, flex-flow
万象更新 Html5 - css: flex 布局: justify-content, align-items, align-content, align-self
万象更新 Html5 - css: flex 布局: order, flex-grow, flex-shrink, flex-basis, flex
万象更新 Html5 - css: position 布局: 定位(static, relative, absolute, fixed)
万象更新 Html5 - css: overflow 布局: 内容溢出时的样式
万象更新 Html5 - css: selector 选择器: 属性选择器(attribute selector)