Advertisement
Guest User

Untitled

a guest
Jan 13th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. debug: true
  2. server.port = 8080
  3.  
  4. spring.datasource.url=jdbc:mysql://localhost/hc_datos
  5. spring.datasource.username=root
  6. spring.datasource.password=
  7. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  8. spring.datasource.testOnBorrow=true
  9. spring.datasource.validationQuery=SELECT 1
  10.  
  11. app.reports.path =C:\Users\usuario\Documents\NetBeansProjects\servidor-de-reportes-hc-citas\src\main\resources\com\moringasoft\hc\report\server\reports\
  12.  
  13. debug: true
  14. server.port = 8081
  15.  
  16. spring.datasource.url=jdbc:mysql://localhost/hc_citas
  17. spring.datasource.username=root
  18. spring.datasource.password=
  19. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  20. spring.datasource.testOnBorrow=true
  21. spring.datasource.validationQuery=SELECT 1
  22.  
  23. app.reports.path =C:\Users\usuario\Documents\NetBeansProjects\com.moringasoft_report-server_jar_1.0\src\main\resources\com\moringasoft\hc\report\server\reports\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement