#===server start=== server.port=8081 #===server end=== logging.level.root=info #===datasource start=== spring.datasource.url=jdbc:mysql://localhost:3306/mall spring.datasource.username=root spring.datasource.password=root #===datasource end=== #===mybatis start=== mybatis.mapper-locations=classpath:dao/*.xml,classpath*:com/**/mapper/*.xml #===mybatis end=== #===es start=== spring.data.elasticsearch.repositories.enabled = true spring.data.elasticsearch.cluster-nodes = 127.0.0.1:9300 #===es end===