server: port: 8806 servlet: context-path: /fuquanapi spring: application: name: fuquanapi datasource: # url: jdbc:sqlserver://112.33.47.173:6789;SelectMethod=cursor;rewriteBatchedStatements=true;DatabaseName=ERPPlatForm2025_FQ_JK;encrypt=false;trustServerCertificate=true url: jdbc:sqlserver://112.33.47.173:6789;SelectMethod=cursor;rewriteBatchedStatements=true;DatabaseName=WY_DATAMANAGE20250731;encrypt=false;trustServerCertificate=true username: admin password: admin@Erp2021 driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver jpa: hibernate: ddl-auto: none show-sql: true properties: hibernate: dialect: org.hibernate.dialect.SQLServer2012Dialect format_sql: true physical_naming_strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl use_sql_comments: true jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 mvc: pathmatch: matching-strategy: ant_path_matcher # API客户端配置 api: client: ak: 2760cd7c-cc0e-4034-86f3-d58e89f03d80 sk: e2c0e9c1aaa72a0b1444f879c86a9034bf2f03be31a58b1e5b3b077948da75cf # 日志配置 logging: level: com.example.webapi: DEBUG pattern: console: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"