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.
gj_erp/src/main/resources/application-dev.properties

11 lines
399 B

server.port=8081
server.tomcat.uri-encoding=utf-8
spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
2 years ago
spring.datasource.url=jdbc:sqlserver://localhost:1433;DatabaseName=gj_erp
#spring.datasource.url=jdbc:sqlserver://192.168.3.250:1433;DatabaseName=gj_erp
spring.datasource.username=sa
2 years ago
spring.datasource.password=gjerp
spring.mvc.throw-exception-if-no-handler-found=true