摘要:
第一步:编写application.properties文件 spring.application.name=api-gateway server.port=5555 zuul.routes.users.path=/users/** zuul.routes.users.stripPrefix=tru 阅读全文
摘要:
准备环境: jdk1.8 eclipse tomcat8.0 第一步:在配置文件添加如下信息: spring.datasource.primary.url=jdbc:mysql://localhost:3306/test1 spring.datasource.primary.username=tes 阅读全文