Subversion Repositories bacoAlunos

Rev

Rev 2019 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2019 Rev 2049
Line 22... Line 22...
22
#
22
#
23
web.path=/${app.path}
23
web.path=/${app.path}
24
tomcat.context.path.install=/${app.path}
24
tomcat.context.path.install=/${app.path}
25
 
25
 
26
build.dir.classes=build/ant/classes
26
 
-
 
27
 
-
 
28
 
-
 
29
 
-
 
30
 
-
 
31
 
-
 
32
 
-
 
33
build.dir.classes=build/ant/classes
27
hibernate.show.sql=false
34
 
-
 
35
 
-
 
36
##database configuration
-
 
37
hibernate.show.sql=false
28
database.host=localhost
38
database.host=localhost
29
database.port=3306
39
database.port=3306
30
database.catalog=teste
40
database.catalog=teste
31
database.username=root
41
database.username=root
32
database.password=root
42
database.password=root
33
database.connection.url=jdbc:mysql://${database.host}:${database.port}/${database.catalog}?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
43
database.connection.url=jdbc:mysql://${database.host}:${database.port}/${database.catalog}?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
34
 
-
 
35
Generated by GNU Enscript 1.6.5.2.
44
 
-
 
45
pt.estgp.es.exemplos.hibernate.web.pluginSession.RegisterSession=pt.estgp.es.exemplos.hibernate.web.pluginSession.ServerRegisterSession
-
 
46
 
-
 
47
Generated by GNU Enscript 1.6.5.2.
36
 
48