# news-app-spring-microservice **Repository Path**: EEPPEE_admin/news-app-spring-microservice ## Basic Information - **Project Name**: news-app-spring-microservice - **Description**: Spring Cloud Micro Service For News App(android) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-02 - **Last Updated**: 2025-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stage1 - go to https://start.spring.io/ generate spring cloud project - sudo apt install docker.io docker-compose - write docker-compose file - use docker daocloud mirrors with `allows.txt` file - sudo docker-compose up -d - config-server write discovery-server.yml config - new a project(folder discovery-server) to find discovery-server - watch http://localhost:8761 # stage2 - new a project(folder api-gateway) to serve as Api Router Prefix, at port 9090 - trying to up mysql with docker-compose in service-user - mysql connector j 的url常常出错 # stage3 - 实现news service, 包括在线服务的api和非在线服务的api