# springcloud-idea-chapter02-p **Repository Path**: zeroUsr/springcloud-idea-chapter02-p ## Basic Information - **Project Name**: springcloud-idea-chapter02-p - **Description**: 第二章 Eureka provider - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 273 - **Created**: 2023-03-06 - **Last Updated**: 2023-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springcloud-idea-chapter02-p ## 1.Update the Config 1. Edit the server IP: defaultZone: http://10.73.18.200:7000/eureka/ 2. Edit the user info: info.put("name", "username"); info.put("email", "email"); 3. Change the application name: application: name: eureka-provider