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.

41 lines
1.4 KiB
YAML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#spring:
# datasource:
# primary:
# jdbc-url: jdbc:sqlserver://localhost:1433;DatabaseName=sanningfile
# username: sa
# password: docus702
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
# secondary:
# jdbc-url: jdbc:sqlserver://localhost:1433;DatabaseName=zj_record_new
# username: sa
# password: docus702
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
spring:
datasource:
primary:
jdbc-url: jdbc:sqlserver://10.6.1.127:1433;DatabaseName=sanningfile
username: sa
password: docus@702
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
secondary:
jdbc-url: jdbc:sqlserver://10.6.1.127:1433;DatabaseName=DB_PrivilegeManagement_GYFY
username: sa
password: docus@702
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
jpa:
primary:
database: sql_server
show-sql: false
hibernate:
dialect: org.hibernate.dialect.SQLServer2008Dialect
secondary:
show-sql: false
hibernate:
dialect: org.hibernate.dialect.SQLServer2008Dialect
file:
pdfPath: Z:/project_js/scanningfile/
imagePath: Z:/images/scanningfile/
scanningFilePath: D:\\1\scanningFile.properties
#50-100,是从51条数据到第100条数据,取n到m的数据实际取的是n+1到m的数据start不能为空如果是取前50条则start为0end为50
start: 0
over: 500