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 | 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
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
Desenvolvimento/Codificacao/e-Selo/target/test-classes/.gitignore
0 → 100644
... | ... | @@ -0,0 +1 @@ |
1 | +/teste/ | ... | ... |