• R/O
  • SSH
  • HTTPS

dbdiffreport: Commit


Commit MetaInfo

Revisión366 (tree)
Tiempo2022-07-10 12:50:38
Autort0145jp

Log Message

(empty log message)

Cambiar Resumen

Diferencia incremental

--- trunk/mybatisPlugins/test.xml (revision 365)
+++ trunk/mybatisPlugins/test.xml (nonexistent)
@@ -1,28 +0,0 @@
1-<?xml version="1.0" encoding="UTF-8"?>
2-<!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd">
3-<generatorConfiguration>
4- <context id="context1" targetRuntime="MyBatis3">
5- <plugin type="WithoutLockPlugin" />
6- <plugin type="org.mybatis.generator.plugins.ToStringPlugin" />
7-
8- <commentGenerator>
9- <property name="suppressAllComments" value="true" />
10- </commentGenerator>
11- <jdbcConnection driverClass="org.postgresql.Driver"
12- connectionURL="jdbc:postgresql://localhost/dvdrental"
13- userId="postgres" password="postgres" />
14- <javaModelGenerator targetPackage="test.postgres"
15- targetProject="xxxMyBatis/mybatisgenerator">
16- <property name="trimStrings" value="true" />
17- <property name="constructorBased" value="true" />
18- </javaModelGenerator>
19- <sqlMapGenerator targetPackage="test.postgres"
20- targetProject="xxxMyBatis/mybatisgenerator" />
21- <javaClientGenerator targetPackage="test.postgres"
22- targetProject="xxxMyBatis/mybatisgenerator" type="XMLMAPPER" />
23-
24- <table schema="public" tableName="test%">
25- <property name="ignoreQualifiersAtRuntime" value="true" />
26- </table>
27- </context>
28-</generatorConfiguration>
\ No newline at end of file
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
--- trunk/mybatisPlugins/generatorConfig.xml (nonexistent)
+++ trunk/mybatisPlugins/generatorConfig.xml (revision 366)
@@ -0,0 +1,30 @@
1+<?xml version="1.0" encoding="UTF-8"?>
2+<!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd">
3+<generatorConfiguration>
4+ <context id="context1" targetRuntime="MyBatis3">
5+ <plugin type="AddSuffixEntityPlugin" />
6+ <plugin type="WithoutLockPlugin" />
7+ <plugin type="org.mybatis.generator.plugins.SerializablePlugin" />
8+ <plugin type="org.mybatis.generator.plugins.ToStringPlugin" />
9+
10+ <commentGenerator>
11+ <property name="suppressAllComments" value="true" />
12+ </commentGenerator>
13+ <jdbcConnection driverClass="org.postgresql.Driver"
14+ connectionURL="jdbc:postgresql://localhost/dvdrental"
15+ userId="postgres" password="postgres" />
16+ <javaModelGenerator targetPackage="test.postgres"
17+ targetProject="xxxMyBatis/mybatisgenerator">
18+ <property name="trimStrings" value="true" />
19+ <property name="constructorBased" value="true" />
20+ </javaModelGenerator>
21+ <sqlMapGenerator targetPackage="test.postgres"
22+ targetProject="xxxMyBatis/mybatisgenerator" />
23+ <javaClientGenerator targetPackage="test.postgres"
24+ targetProject="xxxMyBatis/mybatisgenerator" type="XMLMAPPER" />
25+
26+ <table schema="public" tableName="AC%">
27+ <property name="ignoreQualifiersAtRuntime" value="true" />
28+ </table>
29+ </context>
30+</generatorConfiguration>
\ No newline at end of file
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Show on old repository browser