All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jleopard.2.0.0.source-code.config.xml Maven / Gradle / Ivy

Go to download

This is a lightweight complete ORM framework, which encapsulates a large number of commonly used SQL and implements multi-table Association query and paging query.

There is a newer version: 2.2.2
Show newest version
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE jleopard-configuration  PUBLIC "-// jleopard.org//DTD Config 1.0//EN"
        "http://120.78.131.95/leopard/config/leopard.dtd">
        <jleopard-configuration>
        <config>
        <entityScan value="test.entity"></entityScan>
        <dev value="true"></dev>
        </config>
        <generator>
       <target package="com.leopardframework.entity" project="/src/main/java/"/>
        </generator>
        <dataSource class="org.jleopard.jdbc.BaseDataSource" id="dataSource">
         <property name="driver" value="com.mysql.jdbc.Driver"/>
        <property name="url" value="jdbc:mysql://127.0.0.1:3306/jleopardDemo?characterEncoding=UTF-8"/>
        <property name="username" value="root"/>
        <property name="password" value="chg122345"/>
        </dataSource>
        </jleopard-configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy