gunshi-project-ss/src/main/resources/config-prod.yml

12 lines
298 B
YAML

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