application-dev.properties 250 B

1234567
  1. spring.datasource.driver-class-name=org.postgresql.Driver
  2. spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
  3. spring.datasource.username=report_auto
  4. spring.datasource.password=fantuan1985
  5. mybatis.mapper-locations=classpath:mapper/*.xml