# br_webserver **Repository Path**: buaarobot_admin/br_webserver ## Basic Information - **Project Name**: br_webserver - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 北航机器人队网站后端 ## 本机运行(./src/main/resources/application.properties): ``` server.port=8080 ``` ``` spring.datasource.url=jdbc:mysql://${MYSQL_HOST:localhost}:3306/buaarobot ``` #服务器运行: ``` server.port=80 ``` ``` spring.datasource.url=jdbc:mysql://${MYSQL_HOST:119.3.190.214}:3306/buaarobot ```