application.properties 421 Bytes
server.port=1111
# ÉèÖÃÊý¾Ý¿âÏà¹ØÊôÐÔ
spring.datasource.username=thd
spring.datasource.password=pmd19930415A
spring.datasource.url=jdbc:sqlserver://60.190.202.57:14333;database=test
spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
mybatis.config-location=classpath:mybatis-config.xml
mybatis.mapper-locations=classpath:/mapper/*.xml
mybatis.type-aliases-package=com.sincre.springboot.model