首页>代码>SSM+bootstrap+jquery+maven编写的进存销后台管理系统>/HBtest/src/main/java/org/shop/controller/SystemController.java
package org.shop.controller;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.servlet.ServletContext;
import org.shop.service.KuCunService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
@Controller
public class SystemController {
@Autowired
KuCunService kucunService;
@Autowired
ServletContext application;
@PostConstruct
public void init() {
//把分类信息和商品信息当做系统参数
List<String> listFenlei = kucunService.selectAllNames();
List<String> listShop = kucunService.selectAllNamess();
application.setAttribute("listFenlei", listFenlei);
application.setAttribute("listShop", listShop);
System.out.println("====================================="+"系统参数加载完毕===============================");
}
}
最近下载更多
奋斗的小蚂蚁 LV16
10月22日
飞翔的面包片 LV13
2023年2月15日
184445428 LV6
2022年11月29日
微信网友_6164511365238784 LV7
2022年10月10日
wuying8208 LV15
2022年6月7日
* LV4
2022年5月17日
wanglinddad LV55
2022年3月9日
暖茶1234 LV8
2021年9月14日
2105175744 LV1
2021年7月16日
862960632 LV14
2021年6月16日
最近浏览更多
sunlea LV20
2024年3月21日
black8angel LV4
2023年12月22日
shuangfu LV25
2023年12月2日
uni-code_0123 LV1
2023年11月27日
阳光男孩阿葵
2023年7月14日
暂无贡献等级
c469893928 LV2
2023年6月10日
刘春涛 LV2
2023年6月2日
哇塞塞哈哈哈 LV8
2023年5月5日
cuberbread LV6
2023年3月23日
飞翔的面包片 LV13
2023年2月15日

