Files
mssql-jdbc/target/classes/application.yml
2026-02-27 09:41:10 +08:00

16 lines
473 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

server:
port: 49090
address: 0.0.0.0 # 允许外部访问
spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
# SQL Server 2008 一般不强制使用加密,这里不主动开启 SSL避免 TLS 协议不兼容问题
url: jdbc:sqlserver://106.15.62.63:9943;databaseName=ERPLJSM
username: bsai
password: ljsm@bsAI
security:
api-key: your_secret_api_key_123456