幼敏悟过人,读书辄成诵。这篇文章主要讲述springboot 配置案例 applicaction.yml 配置相关的知识,希望能为你提供帮助。
server:
port: 8091
servlet:
context-path: /
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/jtdb?serverTimezone=GMT%2B8&
useUnicode=true&
characterEncoding=utf8&
autoReconnect=true&
allowMultiQueries=true
username: root
password: root
【springboot 配置案例 applicaction.yml 配置】mvc:
view:
prefix: /WEB-INF/views/
suffix: .jsp
#mybatis-plush配置
mybatis-plus:
type-aliases-package: com.jt.pojo
mapper-locations: classpath:/mybatis/mappers/*.xml
configuration:
map-underscore-to-camel-case: true
logging:
level:
com.jt.mapper: debug
推荐阅读
- Android 蓝牙开发的坑
- zxx.cms.app 开发中的一些git命令
- 解决android手机EditText设置光标颜色,android:textCursorDrawable="@drawable/corner_cursor" 华为手机无效果的问题
- cordova+vue混合式开发App
- Taro聊天室|react+taro仿微信聊天App界面|taro聊天实例
- 在UX设计中利用心理模型
- 言语与行动–微观指南
- 发挥极限– Long Scroll网站概述
- 这些成功的交互设计原则可提升你的用户体验