Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. spring.datasource.url=jdbc:postgresql://192.168.254.232:5432/curso_spring
  2. spring.datasource.username=ihsa
  3. spring.datasource.password=ihsa
  4. spring.datasource.driver-class=org.postgresql.Driver
  5.  
  6. mybatis.type-aliases-package=mx.ihsa.mybatis.model
  7.  
  8. mybatis.mapper-locations=classpath*:/mx/ihsa/mybatis/xml/*.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement