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

12 lines
298 B
YAML
Raw Normal View History

2024-07-08 10:05:02 +08:00
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