您好,登錄后才能下訂單哦!
今天小編給大家分享一下Springboot的yml配置文件怎么使用的相關知識點,內容詳細,邏輯清晰,相信大部分人都還太了解這方面的知識,所以分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后有所收獲,下面我們一起來了解一下吧。
server: port: 8989 servlet: # context-path就是端口號與服務之間要加的一段路徑,比如localhost:8080/wcm/login/login的/wcm就是 context-path: /
spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/jxc_manage?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai username: root password: root # 數據庫連接池 hikari: # 連接池名 pool-name: DateHikariCP # 最小空閑連接數 minimum-idle: 5 # 空閑連接存活最大時間,默認600000(10分鐘) idle-timeout: 180000 # 最大連接數,默認10 maximum-pool-size: 10 # 從連接池返回的連接的自動提交 auto-commit: true # 連接最大存活時間,0表示永久存活,默認1800000(30分鐘) max-lifetime: 1800000 # 連接超時時間,默認30000(30秒) connection-timeout: 30000 # 測試連接是否可用的查詢語句 connection-test-query: SELECT 1 ## freemarker freemarker: suffix: .ftl content-type: text/html charset: UTF-8 template-loader-path: classpath:/views/ request-context-attribute: ctx settings: number_format: 0.##
# Mybatis-plus配置 mybatis-plus: #配置Mapper映射文件 mapper-locations: classpath*:/mapper/*Mapper.xml # 配置MyBatis數據返回類型別名(默認別名是類名) type-aliases-package: com.lzj.admin.pojo configuration: # 自動駝峰命名 map-underscore-to-camel-case: true
## SQL 打印(方法接口所在的包,不是Mapper.xml所在的包) logging: # 日志級別 level: com.lzj.admin.mapper: debug ## 控制臺日志輸出格式 pattern: console: '%d{2100-01-01 13:14:00.666} [%thread] %-5level %logger{50} - %msg%n'
#redis集群 spring: redis: host: 127.0.0.1 port: 6379 timeout: 20000 # 集群環境打開下面注釋,單機不需要打開 # cluster: # 集群信息 # nodes: xxx.xxx.xxx.xxx:xxxx,xxx.xxx.xxx.xxx:xxxx,xxx.xxx.xxx.xxx:xxxx # #默認值是5 一般當此值設置過大時,容易報:Too many Cluster redirections # maxRedirects: 3 pool: max-active: 8 min-idle: 0 max-idle: 8 max-wait: -1 password:
附:yml基礎語法
以上就是“Springboot的yml配置文件怎么使用”這篇文章的所有內容,感謝各位的閱讀!相信大家閱讀完這篇文章都有很大的收獲,小編每天都會為大家更新不同的知識,如果還想學習更多的知識,請關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。