application.properties 564 B

1234567891011121314
  1. ### 读写数据库
  2. spring.datasource.url=jdbc:postgresql://121.40.25.65:5432/zhima
  3. spring.datasource.username=zhima
  4. spring.datasource.password=BeI4s/oJnqgdrNwVFdY4h2Ib7Yg06lyXpaDrhU+a/XDGtiNMwxFJdj04S6sK4a99Wc30jXAGqJHqkMA3NVoDUw==
  5. spring.datasource.driver-class-name=org.postgresql.Driver
  6. ### 访问资源路径
  7. spring.mvc.view.prefix:/WEB-INF/jsp/
  8. spring.mvc.view.suffix:.jsp
  9. ### mybatis
  10. mybatis.config-locations=classpath:mybatis-config.xml
  11. mybatis.mapper-locations=classpath:mapper/*.xml
  12. mybatis.type-aliases-package=com.yaozhitech.ztxbi.domain