單項選擇題

Spring Boot官網(wǎng)中明確可以存放配置文件的位置主要有以下4個。系統(tǒng)會默認讀取這些位置的配置文件,其中優(yōu)先級最高的為()。
①classpath根路徑下。
②classpath根路徑下的config目錄下。
③當前工程路徑下。
④當前工程路徑下的config目錄下。

A.①
B.②
C.③
D.④


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題在SpringBoot框架中,以下文件的調(diào)用順序正確的是()

A.controller文件調(diào)用service文件中的方法,service文件調(diào)用mapper文件中的方法
B.service文件調(diào)用controller文件中的方法,controller文件調(diào)用mapper文件中的方法
C.mapper文件調(diào)用controller文件中的方法
D.mapper文件調(diào)用service文件中的方法

2.單項選擇題Thymeleaf設(shè)置編碼方式的配置屬性為()。

A.spring.thymeleaf.mode
B.spring.thymeleaf.content-type
C.spring.thymeleaf.cache
D.spring.thymeleaf.encoding

4.單項選擇題在SpringBoot框架中,sql語句的定義是在哪個文件中實現(xiàn)?()

A.controller文件service文件
B.Signature
C.mapper文件
D.Application文件