application.properties 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #jdbc settings
  2. jdbc.driver=com.mysql.jdbc.Driver
  3. jdbc.url=jdbc:mysql://localhost:3306/pentair?useUnicode=true&characterEncoding=utf-8
  4. jdbc.username=root
  5. jdbc.password=root
  6. jdbc.database=pentair
  7. #hibernate settings
  8. hibernate.dialect=org.hibernate.dialect.MySQLDialect
  9. hibernate.show_sql=false
  10. hibernate.format_sql=false
  11. #mail setting
  12. mail.host=smtp.gmail.com
  13. mail.username=jiangshilin@gmail.com
  14. mail.password=jwsylz2417
  15. mail.from=\u7CFB\u7EDF\u7BA1\u7406\u5458<pentair_rfq@163.com>
  16. mail.auth=true
  17. mail.ssl=false
  18. #backup settings
  19. backup.db_path=D:/RFQServer/dbbackup/
  20. backup.exec_path=D:/Program Files/MySQL/MySQL Server 5.1/bin/
  21. #upload setting
  22. upload.tmp_path=D:/RFQServer/temp/
  23. upload.root_path=D:/RFQServer/upload/
  24. #cluster settings, maybe override in application.server.properties
  25. server.node_name=default
  26. server.addr=localhost
  27. #jmx setting
  28. jmx.rmi_port=18080
  29. #activemq settings
  30. #vm broker
  31. jms.broker_url=vm://showcase?broker.persistent=false
  32. #localhost broker
  33. #jms.broker_url=tcp://localhost:61616
  34. #network of brokers
  35. #jms.broker.url=failover://(tcp://mqremote1:61616,tcp://mqremote2:61616)?randomize=true&initialReconnectDelay=100&timeout=5000
  36. jms.clicentId=durableTopicListenerDemo
  37. #springsecurity settings
  38. security.autologin.enabled=false