Files
keyboard_backend/src/main/resources/application-dev.yml

17 lines
357 B
YAML
Raw Normal View History

2025-10-28 20:40:00 +08:00
spring:
datasource:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/postgres
username: root
password: 123asd
knife4j:
enable: true
openapi:
title: "接口文档"
version: 1.0
group:
default:
api-rule: package
api-rule-resources:
- com.yolo.keyborad.controller