初始化

master
法外狂徒张三 2024-08-19 14:16:35 +08:00
parent ab953962d1
commit fc3b8a7f11
2 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
package com.muyu.market.service.impl; package com.muyu.market.service.impl;
import com.muyu.market.service.MarketService;
import lombok.extern.log4j.Log4j2; import lombok.extern.log4j.Log4j2;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
@Log4j2 @Log4j2
@Service @Service
public class MarketServiceImpl { public class MarketServiceImpl implements MarketService {
} }

View File

@ -27,6 +27,6 @@
</properties> </properties>
<description> <description>
cloud-modules-market数据集市模块 cloud-market数据集市模块
</description> </description>
</project> </project>