You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
321 B
10 lines
321 B
2 years ago
|
server.port=8081
|
||
|
server.tomcat.uri-encoding=utf-8
|
||
|
|
||
|
spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||
|
spring.datasource.url=jdbc:sqlserver://localhost:1433;DatabaseName=gj_erp
|
||
|
spring.datasource.username=sa
|
||
|
spring.datasource.password=123456
|
||
|
|
||
|
spring.mvc.throw-exception-if-no-handler-found=true
|