<groupId>org.opengauss</groupId>
<artifactId>visualtool-service</artifactId>
<version>0.0.1-SNAPSHOT</version>
<!--如果不需要操作数据库和redis,则排除以下依赖-->
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>