Commit e5caccf97f8f8741037a898865ef3359c9d8b0cb
1 parent
3ac6bc48
Exists in
master
estável
Showing
15 changed files
with
12 additions
and
9 deletions
Show diff stats
Desenvolvimento/Codificacao/e-Selo/src/main/resources/hibernate.cfg.xml
@@ -7,10 +7,10 @@ | @@ -7,10 +7,10 @@ | ||
7 | <hibernate-configuration> | 7 | <hibernate-configuration> |
8 | <session-factory> | 8 | <session-factory> |
9 | <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property> | 9 | <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property> |
10 | - <property name="hibernate.connection.url">jdbc:postgresql://127.0.0.1:5432/eselo2</property> | 10 | + <property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/eselo</property> |
11 | <property name="hibernate.connection.driver_class">org.postgresql.Driver</property> | 11 | <property name="hibernate.connection.driver_class">org.postgresql.Driver</property> |
12 | <property name="hibernate.connection.username">postgres</property> | 12 | <property name="hibernate.connection.username">postgres</property> |
13 | - <property name="hibernate.connection.password">postgres</property> | 13 | + <property name="hibernate.connection.password">90206290187</property> |
14 | <property name="hibernate.connection.CharSet">utf8</property> | 14 | <property name="hibernate.connection.CharSet">utf8</property> |
15 | <property name="hibernate.connection.characterEncoding">utf8</property> | 15 | <property name="hibernate.connection.characterEncoding">utf8</property> |
16 | <property name="hibernate.connection.useUnicode">true</property> | 16 | <property name="hibernate.connection.useUnicode">true</property> |
Desenvolvimento/Codificacao/e-Selo/target/classes/.gitignore
0 → 100644
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +/br/ |
Desenvolvimento/Codificacao/e-Selo/target/classes/br/com/eselo/component/URLNormalizer.class
No preview for this file type
Desenvolvimento/Codificacao/e-Selo/target/classes/br/com/eselo/controller/AvaliacaoController.class
No preview for this file type
Desenvolvimento/Codificacao/e-Selo/target/classes/br/com/eselo/controller/CriteriosController.class
No preview for this file type
Desenvolvimento/Codificacao/e-Selo/target/classes/br/com/eselo/controller/FaixaController.class
No preview for this file type
Desenvolvimento/Codificacao/e-Selo/target/classes/br/com/eselo/controller/ParametroCalculoController.class
No preview for this file type
Desenvolvimento/Codificacao/e-Selo/target/classes/br/com/eselo/controller/RecomendacaoController.class
No preview for this file type
Desenvolvimento/Codificacao/e-Selo/target/classes/br/com/eselo/model/Criterio.class
No preview for this file type
Desenvolvimento/Codificacao/e-Selo/target/classes/hibernate.cfg.xml
@@ -7,10 +7,10 @@ | @@ -7,10 +7,10 @@ | ||
7 | <hibernate-configuration> | 7 | <hibernate-configuration> |
8 | <session-factory> | 8 | <session-factory> |
9 | <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property> | 9 | <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property> |
10 | - <property name="hibernate.connection.url">jdbc:postgresql://189.9.137.162:5432/eselo</property> | 10 | + <property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/eselo</property> |
11 | <property name="hibernate.connection.driver_class">org.postgresql.Driver</property> | 11 | <property name="hibernate.connection.driver_class">org.postgresql.Driver</property> |
12 | <property name="hibernate.connection.username">postgres</property> | 12 | <property name="hibernate.connection.username">postgres</property> |
13 | - <property name="hibernate.connection.password">postgres</property> | 13 | + <property name="hibernate.connection.password">90206290187</property> |
14 | <property name="hibernate.connection.CharSet">utf8</property> | 14 | <property name="hibernate.connection.CharSet">utf8</property> |
15 | <property name="hibernate.connection.characterEncoding">utf8</property> | 15 | <property name="hibernate.connection.characterEncoding">utf8</property> |
16 | <property name="hibernate.connection.useUnicode">true</property> | 16 | <property name="hibernate.connection.useUnicode">true</property> |
Desenvolvimento/Codificacao/e-Selo/target/m2e-wtp/web-resources/.gitignore
0 → 100644
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +/META-INF/ |
Desenvolvimento/Codificacao/e-Selo/target/m2e-wtp/web-resources/META-INF/MANIFEST.MF
Desenvolvimento/Codificacao/e-Selo/target/m2e-wtp/web-resources/META-INF/maven/eselo/eselo/pom.properties
1 | #Generated by Maven Integration for Eclipse | 1 | #Generated by Maven Integration for Eclipse |
2 | -#Sun Dec 21 16:25:38 GMT-03:00 2014 | 2 | +#Wed May 11 09:36:08 BRT 2016 |
3 | version=0.0.1-SNAPSHOT | 3 | version=0.0.1-SNAPSHOT |
4 | groupId=eselo | 4 | groupId=eselo |
5 | m2e.projectName=e-Selo | 5 | m2e.projectName=e-Selo |
6 | -m2e.projectLocation=D\:\\Projeto\Desenvolvimento\Codificacao\e-Selo | 6 | +m2e.projectLocation=C\:\\Users\\96409975520\\git\\eselo\Desenvolvimento\Codificacao\e-Selo |
7 | artifactId=eselo | 7 | artifactId=eselo |
Desenvolvimento/Codificacao/e-Selo/target/m2e-wtp/web-resources/META-INF/maven/eselo/eselo/pom.xml
@@ -155,7 +155,7 @@ | @@ -155,7 +155,7 @@ | ||
155 | <dependency> | 155 | <dependency> |
156 | <groupId>org.apache.poi</groupId> | 156 | <groupId>org.apache.poi</groupId> |
157 | <artifactId>poi</artifactId> | 157 | <artifactId>poi</artifactId> |
158 | - <version>3.10.1</version> | 158 | + <version>3.12</version> |
159 | </dependency> | 159 | </dependency> |
160 | <dependency> | 160 | <dependency> |
161 | <groupId>javax.transaction</groupId> | 161 | <groupId>javax.transaction</groupId> |
Desenvolvimento/Codificacao/e-Selo/target/test-classes/.gitignore
0 → 100644
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +/teste/ |