首页>代码>基于Spring+Spring MVC+Mybatis开发的社区论坛系统>/Genesis-master/src/main/java/com/withstars/controller/LoginLogController.java
package com.withstars.controller;
import com.withstars.service.impl.LoginLogServiceImpl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
/**
* 登录日志控制类
*/
@Controller
public class LoginLogController {
@Autowired
public LoginLogServiceImpl loginLogService;
}

最近下载
最近浏览