Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 321 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 321 Bytes

FastSQL与springboot自动集成工具

<dependency>
    <groupId>top.fastsql</groupId>
    <artifactId>fastsql-starter</artifactId>
    <version>1.0.0</version>
</dependency>

##配置项

# 数据库类型
fastsql.data-source-type=mysql
#
#   ......省略其他springboot数据库配置