Commit e5caccf97f8f8741037a898865ef3359c9d8b0cb

Authored by gibran
1 parent 3ac6bc48
Exists in master

estável

Desenvolvimento/Codificacao/e-Selo/src/main/resources/hibernate.cfg.xml
... ... @@ -7,10 +7,10 @@
7 7 <hibernate-configuration>
8 8 <session-factory>
9 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 11 <property name="hibernate.connection.driver_class">org.postgresql.Driver</property>
12 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 14 <property name="hibernate.connection.CharSet">utf8</property>
15 15 <property name="hibernate.connection.characterEncoding">utf8</property>
16 16 <property name="hibernate.connection.useUnicode">true</property>
... ...
Desenvolvimento/Codificacao/e-Selo/target/classes/.gitignore 0 → 100644
... ... @@ -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 7 <hibernate-configuration>
8 8 <session-factory>
9 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 11 <property name="hibernate.connection.driver_class">org.postgresql.Driver</property>
12 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 14 <property name="hibernate.connection.CharSet">utf8</property>
15 15 <property name="hibernate.connection.characterEncoding">utf8</property>
16 16 <property name="hibernate.connection.useUnicode">true</property>
... ...
Desenvolvimento/Codificacao/e-Selo/target/m2e-wtp/web-resources/.gitignore 0 → 100644
... ... @@ -0,0 +1 @@
  1 +/META-INF/
... ...
Desenvolvimento/Codificacao/e-Selo/target/m2e-wtp/web-resources/META-INF/MANIFEST.MF
1 1 Manifest-Version: 1.0
2   -Build-Jdk: 1.7.0_51
3   -Built-By: magno.oliveira
  2 +Built-By: 96409975520
  3 +Build-Jdk: 1.8.0_66
4 4 Created-By: Maven Integration for Eclipse
5 5  
... ...
Desenvolvimento/Codificacao/e-Selo/target/m2e-wtp/web-resources/META-INF/maven/eselo/eselo/pom.properties
1 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 3 version=0.0.1-SNAPSHOT
4 4 groupId=eselo
5 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 7 artifactId=eselo
... ...
Desenvolvimento/Codificacao/e-Selo/target/m2e-wtp/web-resources/META-INF/maven/eselo/eselo/pom.xml
... ... @@ -155,7 +155,7 @@
155 155 <dependency>
156 156 <groupId>org.apache.poi</groupId>
157 157 <artifactId>poi</artifactId>
158   - <version>3.10.1</version>
  158 + <version>3.12</version>
159 159 </dependency>
160 160 <dependency>
161 161 <groupId>javax.transaction</groupId>
... ...
Desenvolvimento/Codificacao/e-Selo/target/test-classes/.gitignore 0 → 100644
... ... @@ -0,0 +1 @@
  1 +/teste/
... ...