Closed6

Vite + Vue + TypeScript + SpringBoot 連携で参考にした記事

yukiko_bassyukiko_bass

遭遇したエラー

internal/bootstrap/switches/does_own_process_state.js:129 の対処法

[2022/09/21 12:32:38][E][restartedMain][LoggingFailureAnalysisReporter:40] 

***************************
APPLICATION FAILED TO START
***************************

Description:

Parameter 0 of constructor in WebMvcConfig required a bean of type 'org.springframework.boot.autoconfigure.web.WebProperties$Resources' that could not be found.


Action:

Consider defining a bean of type 'org.springframework.boot.autoconfigure.web.WebProperties$Resources' in your configuration.

Missing Resources bean : Springboot web-flux Custom Global Exception handler

Viteでtsconfig.pathsの設定が有効にならない

このスクラップは2023/06/28にクローズされました