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