This action will force synchronization from APIJSON/APIJSON-Demo, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<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><groupId>apijson.jfinal</groupId><artifactId>apijson-final</artifactId><packaging>jar</packaging><version>4.4.0</version><name>Demo project for APIJSON Server based on JFinal</name><url>http://maven.apache.org</url><dependencies><dependency><groupId>com.alibaba</groupId><artifactId>fastjson</artifactId><version>1.2.74</version></dependency><dependency><groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId><version>4.0.1</version></dependency><!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 <<<<<<<<<< --><dependency><groupId>com.github.Tencent</groupId><artifactId>APIJSON</artifactId><version>4.2.5</version></dependency><dependency><groupId>com.github.APIJSON</groupId><artifactId>apijson-framework</artifactId><version>4.4.3</version></dependency><!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> --><!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --><dependency><groupId>mysql</groupId><artifactId>mysql-connector-java</artifactId><version>8.0.16</version></dependency><dependency><groupId>org.postgresql</groupId><artifactId>postgresql</artifactId><version>42.2.5</version></dependency><dependency><groupId>net.sourceforge.jtds</groupId><artifactId>jtds</artifactId><version>1.3.1</version></dependency><!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,需要自行下载 jar 包 --><!-- 数据库 JDBC 驱动 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> --><!-- APIJSONBoot 需要用的 JFinal 框架,3.5 以上 --><dependency><groupId>com.jfinal</groupId><artifactId>jfinal-undertow</artifactId><version>1.9</version></dependency><dependency><groupId>com.jfinal</groupId><artifactId>jfinal</artifactId><version>4.6</version></dependency><!-- cors跨域 --><dependency><groupId>com.thetransactioncompany</groupId><artifactId>cors-filter</artifactId><version>2.5</version></dependency></dependencies><repositories><!-- APIJSON 必须用到的托管平台 --><repository><id>jitpack.io</id><url>https://jitpack.io</url><snapshots><enabled>true</enabled></snapshots></repository></repositories><build><!-- <finalName>helloworld</finalName> --><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><version>3.6.1</version><configuration><source>1.8</source><target>1.8</target><encoding>UTF-8</encoding><!-- java8 保留参数名编译参数 --><compilerArgument>-parameters</compilerArgument><compilerArguments><verbose /></compilerArguments></configuration></plugin><!-- 当项目的 web 资源在 src/main/webapp 下时,需要使用 maven-resources-plugin 将 web资源复制到 jar 包中去,注意打包的时候需要配置 engine: me.setBaseTemplatePath("webapp"); me.setToClassPathSourceFactory();如果 web 资源本身就放在 src/main/resources/webapp 之下,则不需要此插件 --><plugin><artifactId>maven-resources-plugin</artifactId><version>3.1.0</version><executions><execution><id>copy-webapp</id><phase>process-sources</phase><goals><goal>copy-resources</goal></goals><configuration><encoding>UTF-8</encoding><outputDirectory>${basedir}/target/classes/webapp</outputDirectory><resources><resource><directory>${basedir}/src/main/webapp</directory><includes><!-- <include>**/*.xml</include> --><!-- <include>**/**</include> --></includes></resource></resources></configuration></execution></executions></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-shade-plugin</artifactId><version>3.2.1</version><executions><execution><phase>package</phase><goals><goal>shade</goal></goals><configuration><finalName>helloworld</finalName><transformers><transformerimplementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"><mainClass>apijson.jfinal.DemoAppConfig</mainClass></transformer><!-- 下面的配置支持排除指定文件打包到 jar 之中,可以用于排除需要修改的配置文件以便于在外部的 config 目录下的 同名配置文件生效,建议使用Prop.appendIfExists(xxx_pro.txt) 在外部放一个非同名配置来覆盖开发环境的配置 则可以不用使用下面的配置,文档参考:http://maven.apache.org/plugins/maven-shade-plugin/examples/resource-transformers.html#DontIncludeResourceTransformer --><transformerimplementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer"><resources><!-- <resource>jfinal-club-config-dev.txt</resource> --><!-- <resource>.PDF</resource> --><!-- <resource>READ.me</resource> --></resources></transformer></transformers></configuration></execution></executions></plugin></plugins></build></project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。