spring: profiles: active: prod datasource: url: jdbc:postgresql://127.0.0.1:15432/postgres username: postgres password: QWEasd123 driver-class-name: org.postgresql.Driver mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl