From: Mark D. <mj...@ge...> - 2009-09-08 16:51:48
|
youjun guo wrote: > Dear TreeBaser, > > I am trying to build the project from sourceforge repository, and need a > copy of "jdbc.properties" file from the server. Could anyone send me a copy > of this file? # This is treebase-core jdbc.properties jdbc.driverClassName=org.postgresql.Driver jdbc.url=jdbc:postgresql://localhost/treebasedev jdbc.username=xxx jdbc.password=XXXXXXX hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect #for development only: #hibernate.show_sql=true #hibernate.format_sql=true #hibernate.generate_statistics=true #hibernate.use_sql_comments=true #options are: validate | update | create | create-drop hibernate.hbm2ddl.auto= #Mesquite installation directory mesquite.folder_dir=/home/mjd/Mesquite_Folder/ |