init:初始化项目结构
This commit is contained in:
@@ -44,7 +44,9 @@ import java.util.List;
|
||||
@RestController
|
||||
@Validated
|
||||
public class MobileButtonController {
|
||||
|
||||
static {
|
||||
System.out.println("移动端按钮控制器------------");
|
||||
}
|
||||
@Resource
|
||||
private MobileButtonService mobileButtonService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user