jleopard.2.0.0.source-code.config.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jleopard Show documentation
Show all versions of jleopard Show documentation
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.
<?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