Commit af847670 authored by zhangfeng's avatar zhangfeng

feature-reward:删除maven编译配置

parent 0935422c
......@@ -17,8 +17,6 @@
reward 模块 API,暴露给其它模块调用
</description>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
......
......@@ -17,8 +17,6 @@
reward 模块实现,实现礼品管理相关功能
</description>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
......
......@@ -14,7 +14,7 @@ import javax.annotation.Resource;
@Configuration
public class SwaggerRewardConfiguration {
@Bean
public Docket createAdminShipmentApi() {
public Docket createRewardApi() {
String title = "管理端-礼品管理";
String author = "管理端-礼品管理";
String basePackage = "cn.iocoder.yudao.module.reward.controller.admin";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment