摘要:
@Service public class ContentCategoryServiceImpl extends BaseServiceImpl implements ContentCategoryService { @Override public void deleteContentCategory(Long parentId, Long id) { //...
阅读全文
posted @ 2017-09-25 22:01
0001
阅读(3509)
推荐(0)
编辑
摘要:
env.properties : #配置图片服务器的地址XXXXXX_IMAGE_PATH=http://192.168.37.161/ tracker.conf : tracker_server=192.168.37.161:22122 springmvc.xml : <!-- 配置上传解析器 -
阅读全文
posted @ 2017-09-25 17:20
0001
阅读(348)
推荐(0)
编辑