info
This commit is contained in:
15
target/classes/application.yml
Normal file
15
target/classes/application.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
BIN
target/classes/com/ydoyun/mssqljdbc/MssqlJdbcApplication.class
Normal file
BIN
target/classes/com/ydoyun/mssqljdbc/MssqlJdbcApplication.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user