# logback日志操作 logging.config=classpath:logback-spring.xml logging.path=./logs/ # 服务器信息 server.port=9090 # 服务请求上下文 #server.servlet.context-path=/chapi mybatis.mapper-locations=classpath*:/mapper/**/*.xml spring.