shiqian 3 年 前
コミット
abd5054cc5

+ 0 - 1
ruoyi-admin/src/main/java/com/ruoyi/RuoYiApplication.java

@@ -11,7 +11,6 @@ import org.springframework.context.annotation.ComponentScan;
  * @author ruoyi
  */
 @SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })
-@ComponentScan(value = {"com.ruoyi", "org.jeecg.modules.jmreport"})
 public class RuoYiApplication
 {
     public static void main(String[] args)

+ 11 - 11
ruoyi-common/pom.xml

@@ -36,17 +36,17 @@
             <version>5.7.8</version>
         </dependency>-->
         <!--积木-->
-        <dependency>
-            <groupId>org.jeecgframework.jimureport</groupId>
-            <artifactId>jimureport-spring-boot-starter</artifactId>
-            <version>1.3.75</version>
-        </dependency>
-        <!--宋体字体-->
-        <dependency>
-            <groupId>org.jeecgframework.jimureport</groupId>
-            <artifactId>jimureport-font</artifactId>
-            <version>1.1.0</version>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>org.jeecgframework.jimureport</groupId>-->
+<!--            <artifactId>jimureport-spring-boot-starter</artifactId>-->
+<!--            <version>1.3.75</version>-->
+<!--        </dependency>-->
+<!--        &lt;!&ndash;宋体字体&ndash;&gt;-->
+<!--        <dependency>-->
+<!--            <groupId>org.jeecgframework.jimureport</groupId>-->
+<!--            <artifactId>jimureport-font</artifactId>-->
+<!--            <version>1.1.0</version>-->
+<!--        </dependency>-->
         <!--本地积木-->
 <!--        <dependency>
             <groupId>com.boman</groupId>