1 Star 0 Fork 96

裴永余/jSqlBox

forked from drinkjava2/jSqlBox 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
drinkjava2 提交于 2017-03-11 03:23 . first release to oschina
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016 Yong Zhu(Yong9981@gmail.com), All rights reserved.
This program is licensed to you under the Apache License Version 2.0,
and you may not use this file except in compliance with the Apache License Version 2.0.
You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing,
software distributed under the Apache License Version 2.0 is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
-->
<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>
<packaging>pom</packaging>
<groupId>com.github.drinkjava2</groupId>
<artifactId>jsqlbox-package</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>jsqlbox-package</name>
<description>jSQLBox is a micro scale persistence tool for Java 7 and above</description>
<modules>
<!-- jSQLBox -->
<module>jsqlbox</module>
<!-- examples how to use jSQLBox -->
<!--module>jsqlbox-examples</module-->
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
</properties>
<build>
<finalName>jsqlbox-package</finalName>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/magic-codex/jSqlBox.git
git@gitee.com:magic-codex/jSqlBox.git
magic-codex
jSqlBox
jSqlBox
master

搜索帮助