application.properties

背景
投稿者投稿者jumokuいいね0お気に入り登録
プレイ回数86難易度(4.1) 294打 英語 英字 長文モードのみ
src/main/resources

関連タイピング

問題文

ふりがな非表示 ふりがな表示
(spring.application.name=webapp) spring.application.name=webapp (spring.datasource.driver-class-name=org.postgresql.Driver) spring.datasource.driver-class-name=org.postgresql.Driver (spring.datasource.url=jdbc:postgresql://localhost:5432/springdb) spring.datasource.url=jdbc:postgresql://localhost:5432/springdb (spring.datasource.username=springuser) spring.datasource.username=springuser (spring.datasource.password=1212) spring.datasource.password=1212 (spring.sql.init.mode=always) spring.sql.init.mode=always (logging.level.com.example.webapp.repository=DEBUG) logging.level.com.example.webapp.repository=DEBUG