花旗实训DAY1:Maven、springboot等

请添加图片描述

在这里插入图片描述 http://localhost:8080/swagger-ui.html
请添加图片描述

DB-eaver
https://dbeaver.io/download/
issue: public key Retrieval

DBeaver不自动弹出H2安装怎么办?
https://blog.csdn.net/Analyze_ing/article/details/124670603 重新下载下jar试试

下载失败怎么办?
请添加图片描述
重试几次即可。

请添加图片描述这个是因为没有加pom.xml的问题.。。

vcs转化为git
https://blog.csdn.net/qq_43183527/article/details/106801977

在这里插入图片描述localhost:8080/api/v1/accounts?name=test-client
在这里插入图片描述
网关代码:

public RouteLocator getRouteLocator(RouteLocatorBuilder builder) {
        return builder.routes()
                // if user =>
                // http://localhost:8080/api/v1/accounts?name=test-client
                // api/v1/accounts

                .route("account-service", r -> r.path("/api/v1/accounts/**")
                        .uri("http://localhost:8001"))
                .route("bid-service", r -> r.path("/api/v1/bids/**")
                        .uri("http://localhost:8002"))
                .build();
    }

[MAVEN] 出现Invalid packaging for parent POM错误:
https://blog.csdn.net/qq_39397165/article/details/103646147?ops_request_misc=&request_id=&biz_id=102&utm_term=Invalid%20packaging%20for%20parent%20P&utm_medium=distribute.pc_search_result.none-task-blog-2allsobaiduweb~default-0-103646147.142v20pc_rank_34,157v15new_3&spm=1018.2226.3001.4187

移动时注意类名和包的变化

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值