You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
421 B
YAML
18 lines
421 B
YAML
1 year ago
|
|
||
|
server:
|
||
|
port: 8282
|
||
|
|
||
|
spring:
|
||
|
datasource:
|
||
|
url: jdbc:sqlserver://10.2.130.59:1433;DatabaseName=u_medrecord
|
||
|
username: sa
|
||
|
password: admin123
|
||
|
# url: jdbc:sqlserver://10.36.116.108:1433;DatabaseName=emr_record
|
||
|
# username: sa
|
||
|
# password: xjgs+docus911
|
||
|
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||
|
|
||
|
jpa:
|
||
|
database-platform: org.hibernate.dialect.SQLServerDialect
|
||
|
|