0
を露出することはない、私はそれが公開されていない設定春RESTリポジトリ
spring:
data:
rest:
default-media-type: application/json
detection-strategy: annotated
とクラス
@RepositoryRestResource
public interface RestRestaurantRepo extends CrudRepository<Restaurant, Long> {
}
に春ブーツ次春データ休憩で持っているとき、それは奇妙ですが。しかし、私は
spring:
data:
rest:
detection-strategy: annotated
などのconfig小道具の外に残して任意の設定に変更したときに:それが動作
spring:
data:
rest:
default-media-type: application/json
。これについて何ができますか?