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

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

H2 控制臺(tái)不顯示

H2 控制臺(tái)不顯示

慕森卡 2023-04-26 16:23:45
我已經(jīng)閱讀了幾乎所有關(guān)于 H2 控制臺(tái)的問(wèn)題,但沒(méi)有找到解決方案。當(dāng)我點(diǎn)擊 URL 時(shí),我收到了Whitelabel Error Pagehttp://localhost:8080/h2-console。我在我的項(xiàng)目中添加了以下依賴項(xiàng):<dependencies>    <dependency>        <groupId>org.springframework.boot</groupId>        <artifactId>spring-boot-starter-data-jpa</artifactId>    </dependency>    <dependency>        <groupId>org.springframework.boot</groupId>        <artifactId>spring-boot-starter-web</artifactId>    </dependency>    <dependency>        <groupId>org.springframework.boot</groupId>        <artifactId>spring-boot-starter-test</artifactId>        <scope>test</scope>    </dependency>    <!-- https://mvnrepository.com/artifact/com.h2database/h2 -->    <dependency>        <groupId>com.h2database</groupId>        <artifactId>h2</artifactId>        <scope>runtime</scope>>    </dependency></dependencies>application.propertiesspring.h2.console.enabled=truespring.datasource.url=jdbc:h2spring.datasource.driverClassName=org.h2.Driverspring.datasource.username=saspring.datasource.password=spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
查看完整描述

1 回答

?
紫衣仙女

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

在應(yīng)用程序?qū)傩灾刑砑?/p>


spring.h2.console.path=/h2-console

H2 的屬性


spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1

spring.datasource.driverClassName=org.h2.Driver

spring.datasource.username=sa

spring.datasource.password=

spring.jpa.database-platform=org.hibernate.dialect.H2Dialect

spring.h2.console.path=/h2-console

DB_CLOSE_DELAY = -1 防止連接丟失


更新


對(duì)于直接來(lái)自 Spring Initialzr 的 Spring Boot 2.x:


devtools 默認(rèn)是http://127.0.0.1:8080/h2-console/


POM: spring-boot-starter, h2, spring-boot-starter-web, spring-boot-devtools


沒(méi)有 devtools - 你需要在屬性中設(shè)置它:


spring.h2.console.enabled=true spring.h2.console.path=/h2-console


POM: spring-boot-starter, h2, spring-boot-starter-web


查看完整回答
反對(duì) 回復(fù) 2023-04-26
  • 1 回答
  • 0 關(guān)注
  • 188 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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