代码拉取完成,页面将自动刷新
同步操作将从 领课网络/roncoo-jui-springboot 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- <parent> <groupId>io.spring.platform</groupId> <artifactId>platform-bom</artifactId>
<version>Athens-SR1</version> <relativePath /> </parent> -->
<groupId>com.roncoo.os</groupId>
<artifactId>roncoo-jui-springboot</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>roncoo-open-source</name>
<url>http://maven.apache.org</url>
<modules>
<module>roncoo-jui-springboot-common</module>
<module>roncoo-jui-springboot-web</module>
</modules>
<organization>
<name>龙果学院</name>
<url>http://www.roncoo.com</url>
</organization>
<properties>
<hutool.version>2.16.2</hutool.version>
<mybatis.spring.boot.starter.version>1.3.1</mybatis.spring.boot.starter.version>
<com.roncoo.druid.version>1.0.2</com.roncoo.druid.version>
<com.roncoo.shiro.version>1.0.2</com.roncoo.shiro.version>
<com.roncoo.shiro.freemarker.version>1.0.0</com.roncoo.shiro.freemarker.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
</properties>
<dependencyManagement>
<dependencies>
<!-- roncoo -->
<dependency>
<groupId>com.roncoo.os</groupId>
<artifactId>roncoo-jui-springboot-common</artifactId>
<version>${project.version}</version>
</dependency>
<!-- mybatis -->
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>${mybatis.spring.boot.starter.version}</version>
</dependency>
<!-- Druid -->
<dependency>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-spring-boot-starter-druid</artifactId>
<version>${com.roncoo.druid.version}</version>
</dependency>
<dependency>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-spring-boot-starter-shiro</artifactId>
<version>${com.roncoo.shiro.version}</version>
</dependency>
<dependency>
<groupId>com.roncoo</groupId>
<artifactId>shiro-freemarker-tags</artifactId>
<version>${com.roncoo.shiro.freemarker.version}</version>
</dependency>
<!-- io.spring.platform -->
<dependency>
<groupId>io.spring.platform</groupId>
<artifactId>platform-bom</artifactId>
<version>Brussels-SR5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool</artifactId>
<version>${hutool.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<!-- compiler插件, 设定JDK版本 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<skip>true</skip>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>prod</id>
<properties>
<env>prod</env>
</properties>
</profile>
</profiles>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。