更新项目配置和添加小程序模块
- 修改 ArticleController.java - 更新 application.yml 配置 - 更新 frontend/.env.production 环境配置 - 添加 single_uniapp22miao 小程序模块 - 添加 logs 目录
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.zbkj.front.controller;
|
||||
|
||||
import com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray;
|
||||
import com.zbkj.common.model.article.Article;
|
||||
import com.zbkj.common.model.category.Category;
|
||||
import com.zbkj.common.page.CommonPage;
|
||||
@@ -100,7 +99,6 @@ public class ArticleController {
|
||||
|
||||
/**
|
||||
* 更新最新一条文章的发布状态
|
||||
* @param id Integer
|
||||
*/
|
||||
@ApiOperation(value = "发布状态更新")
|
||||
@RequestMapping(value = "/changeLatestStatusTask", method = RequestMethod.GET)
|
||||
|
||||
@@ -32,7 +32,7 @@ server:
|
||||
|
||||
spring:
|
||||
profiles:
|
||||
active: miao50
|
||||
active: miao33
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 50MB #设置单个文件大小
|
||||
|
||||
Reference in New Issue
Block a user