第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

無法識(shí)別的字段位于:數(shù)據(jù)庫 Dropwizard/Java 8

無法識(shí)別的字段位于:數(shù)據(jù)庫 Dropwizard/Java 8

叮當(dāng)貓咪 2023-03-17 10:11:46
我正在嘗試使用 docker 來運(yùn)行使用 dropwizard 和 mysql 數(shù)據(jù)庫的服務(wù)器。我遵循了教程并相信添加了必要的文件,但我仍然收到以下錯(cuò)誤。https://www.dropwizard.io/0.7.1/docs/manual/jdbi.html。嘗試運(yùn)行 docker-compose up 時(shí)。當(dāng)我也嘗試在我的終端中運(yùn)行以下命令時(shí),也會(huì)發(fā)生這種情況。java -jar target/bitly-1.0-SNAPSHOT.jar server src/config.ymlserver_1   | config.yml has an error:server_1   |   * Unrecognized field at: databaseserver_1   |     Did you mean?:server_1   |       - templateserver_1   |       - metricsserver_1   |       - defaultNameserver_1   |       - serverserver_1   |       - loggingserver_1   |我已經(jīng)解決了 stackoverflow 上的大部分相關(guān)問題,但似乎無法弄清楚為什么我的 config.yml 文件中會(huì)出現(xiàn)此錯(cuò)誤。我這里有完整的回購協(xié)議。 https://github.com/Jazilch/bit.ly有人有想法嗎?
查看完整描述

1 回答

?
慕森卡

TA貢獻(xiàn)1806條經(jīng)驗(yàn) 獲得超8個(gè)贊

需要立即注意的問題是:https: //github.com/Jazilch/bit.ly/blob/1b4f8e77acced6e054cced5bf4cdf51d2d7da2fc/server/pom.xml#L16-L29


    <dependency>

        <groupId>io.dropwizard</groupId>

        <artifactId>dropwizard-core</artifactId>

        <version>${dropwizard.version}</version>

    </dependency>

    <dependency>

        <groupId>io.dropwizard</groupId>

        <artifactId>dropwizard-db</artifactId>

        <version>0.8.2</version>

    </dependency>

    <dependency>

        <groupId>io.dropwizard</groupId>

        <artifactId>dropwizard-jdbi</artifactId>

        <version>0.7.0-rc1</version>

您正在使用各種dropwizard模塊的幾個(gè)不同版本。它們并不意味著可以互換。始終只使用一個(gè)。


您也可以刪除關(guān)于<artifactId>dropwizard-db</artifactId>. 正在dropwizard-jdbi聲明并包含它:https://github.com/dropwizard/dropwizard/blob/3df1e0a621a2b6f1f559fa95029abe09ce41e093/dropwizard-jdbi/pom.xml#L29


查看完整回答
反對(duì) 回復(fù) 2023-03-17
  • 1 回答
  • 0 關(guān)注
  • 119 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)