maven 指定配置文件路径
mvn -f jeecg-boot/pom.xml clean package
mvn -f jeecg-boot/pom.xml clean package
Tag="jeecg-boot-module-system-3.0.jar" # 检查进程状态 pid=$(ps -ef | grep -v 'grep' | egrep $Tag| awk '{printf $2 " "}') if [ "$pid" != ""…
-- 创建存储过程之前需判断该存储过程是否已存在,若存在则删除 DROP PROCEDURE IF EXISTS init_reportUrl; -- 创建存储过程 CREATE PROCEDURE init_reportUrl() BEGIN -- 定义变量 DECLARE s int DEFAULT…
1.引入依赖 <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <version>2.3.1</version> </dependency> 2.创…
public Result getPayNotify(HttpServletRequest request,@RequestBody JSONObject jsonObject ){ String signature = request.getHeader("Wechatpay-Signature"…
var a = document.getElementsByClassName('uni-page-head-hd')[0] a.style.display = 'none';