机场REST服务 一个提供机场REST服务的Spring Boot应用程序 要求 JDK 11 Maven 运行应用程序 在运行应用程序之前,请在application.properties文件中填写所需的属性。 其他属性用于自定义目的,不需要更改。 特性 数据库连接: spring.datasource.url=jdbc:mysql://HOST:PORT/DBNAME?useUnicode=yes&characterEncoding=UTF-8&useLegacyDatetimeCode=false spring.datasource.username=username spring.