| | |
| | | package com.gkhy.web.controller.system; |
| | | |
| | | import io.swagger.annotations.Api; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import com.gkhy.common.config.expertConfig; |
| | | import com.gkhy.common.config.ExpertConfig; |
| | | import com.gkhy.common.utils.StringUtils; |
| | | |
| | | /** |
| | |
| | | * |
| | | * @author expert |
| | | */ |
| | | |
| | | @RestController |
| | | public class SysIndexController |
| | | { |
| | | /** 系统基础配置 */ |
| | | @Autowired |
| | | private expertConfig expertConfig; |
| | | private ExpertConfig expertConfig; |
| | | |
| | | /** |
| | | * 访问首页,提示语 |