仪表盘
版本库
文件存储
活动
搜索
登录
main
/
fume-manage-spring
油烟在线监测接口服务端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Spring+MySql表结构
zmc
2023-07-11
24c1e8c7e81d889b8d5a81993ab066fd5b0f4bbb
[fume-manage-spring.git]
/
src
/
main
/
resources
/
application.yml
1
2
3
4
5
6
7
8
9
10
11
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/qianduan_sql
username: root
password: 1234
mybatis:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
map-underscore-to-camel-case: true