-------------------------------------------------------------------------------------
basePackage=example.u2ware.springfield
baseWebapp=/WEB-INF/example/u2ware/springfield
################################ # base ################################ basePackage=example.u2ware.springfield baseWebapp=/WEB-INF/example/u2ware/springfield #baseDatasource=c3p0DataSource baseDatasource=hsqlDataSource ################################ # context-datasource-c3p0.xml ################################ datasource.c3p0.driver=org.postgresql.Driver datasource.c3p0.url=jdbc:postgresql://localhost/aaaaaa datasource.c3p0.username=postgres datasource.c3p0.password=postgres datasource.c3p0.initialPoolSize=5 datasource.c3p0.minPoolSize=5 datasource.c3p0.maxPoolSize=10 ################################ # context-orm-sqlsession.xml ################################ orm.sqlsession.configLocation= orm.sqlsession.mapperLocationsPattern=/**/*.sqlsession.xml ################################ # context-orm-jpa.xml ################################ orm.jpa.defaultPersistenceUnitName=em orm.jpa.hibernate.dialect=org.hibernate.dialect.HSQLDialect #orm.jpa.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect #orm.jpa.hibernate.hbm2ddl.auto=validate orm.jpa.hibernate.hbm2ddl.auto=update orm.jpa.hibernate.show_sql=true orm.jpa.hibernate.format_sql=true ################################ # context-orm-mongodb.xml ################################ orm.mongodb.host=localhost orm.mongodb.port=27017 ################################ # context-webmvc.xml ################################ webmvc.defaultLocale=en webmvc.messageBasenamesPattern=/**/messages.xml ################################ # context-webmvc-view.xml ################################ webmvc.view.multipart.maxUploadSize=20000000 webmvc.view.multipart.location=/Users/admin/share/ #webmvc.view.multipart.location=c:\\share webmvc.view.tiles.definitionsPattern=/**/tiles-definitions.xml webmvc.view.thymeleaf.cacheable=true ################################ # base controller and view mapping ################################ webmvc.view.method.home=home webmvc.view.method.findForm=list webmvc.view.method.find=list webmvc.view.method.createForm=edit webmvc.view.method.create=refresh webmvc.view.method.read=edit webmvc.view.method.updateForm=edit webmvc.view.method.update=refresh webmvc.view.method.delete=refresh ################################ # base extension ################################ webmvc.view.extension.none=thymeleafView webmvc.view.extension.download=downloadView webmvc.view.extension.stream=streamView webmvc.view.extension.json=jsonView webmvc.view.extension.xml=xmlView webmvc.view.extension.xls=xlsView webmvc.view.extension.jstl=jstlView webmvc.view.extension.tiles=tilesView webmvc.view.extension.thymeleaf=thymeleafView ################################ # Other attributesCSV ################################ #webmvc.view.springfield #webmvc.view.name