h5 动态表单折腾包名,防止以后同路径的出现

This commit is contained in:
lizhengwei 2026-02-14 00:20:15 +08:00
parent ae28e3a46e
commit 723f2fd938
7 changed files with 12 additions and 12 deletions

View File

@ -9,7 +9,7 @@ public interface BaseConstant {
/**
* 微服务名称
*/
String ServiceName = "booksflow-form-service";
String ServiceName = "ruoyi-md-form-service";
/**
* 模板租户ID

View File

@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>booksflow-form-api</artifactId>
<artifactId>ruoyi-md-form-api</artifactId>
<version>${revision}</version>
</dependency>

View File

@ -12,7 +12,7 @@
<dependencies>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>booksflow-form-api</artifactId>
<artifactId>ruoyi-md-form-api</artifactId>
<version>${revision}</version>
</dependency>
<dependency>

View File

@ -13,17 +13,17 @@
<dependencies>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>booksflow-form-api</artifactId>
<artifactId>ruoyi-md-form-api</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>booksflow-form-mapper</artifactId>
<artifactId>ruoyi-md-form-mapper</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>booksflow-form-feign</artifactId>
<artifactId>ruoyi-md-form-feign</artifactId>
<version>${revision}</version>
</dependency>
<dependency>

View File

@ -14,17 +14,17 @@
<dependencies>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>booksflow-form-api</artifactId>
<artifactId>ruoyi-md-form-api</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>booksflow-form-mapper</artifactId>
<artifactId>ruoyi-md-form-mapper</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>booksflow-form-service</artifactId>
<artifactId>ruoyi-md-form-service</artifactId>
<version>${revision}</version>
</dependency>

View File

@ -3,7 +3,7 @@
##
spring:
application:
name: booksflow-form-service
name: ruoyi-md-form-service
profiles:
active: dev
main:
@ -73,4 +73,4 @@ hystrix:
timeoutInMilliseconds: 1200000
threadpool:
default:
coreSize: 300
coreSize: 300

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="3 seconds">
<property name="application" value="booksflow-form" />
<property name="application" value="ruoyi-md-form" />
<property name="pattern" value="%d{yyyy-MM-dd HH:mm:ss.SSS}[TraceId:%X{X-B3-TraceId:-} SpanId:%X{X-B3-SpanId:-} ParentSpanId:%X{X-B3-ParentSpanId:-}] [%thread] %-5level %logger{50}:%L - %msg%n" />
<!-- 控制台调试输出 -->