localhost:8080/api/tutorials :1 Не удалось загрузить ресурс: net::ERR_SSL_PROTOCOL_ERROR
с ошибкой axios, которая выглядит так:
Код: Выделить всё
AxiosError
code: "ERR_NETWORK"
config: {transitional: {…}, transformRequest: Array(1), transformResponse: Array(1), timeout: 0, adapter: ƒ, …}
message: "Network Error"
name: "AxiosError"
request: XMLHttpRequest {data: undefined, onreadystatechange: null, readyState: 4, timeout: 0, withCredentials: false, …}
response: XMLHttpRequest {data: undefined, onreadystatechange: null, readyState: 4, timeout: 0, withCredentials: false, …}
[[Prototype]]: Error
https://www.bezkoder.com/react-spring-boot-crud/ #Create_038_Setup_Spring_Boot_project
это репозиторий GitHub, где у меня есть весь код.
https://github.com/SeanRogan/CrudAppDemo/
Исходный код внешнего интерфейса: https://github.com/SeanRogan/CrudAppDem ... ontend/src
Исходный код внутреннего интерфейса:
https://github .com/SeanRogan/CrudAppDemo/tree/master/src/main/java/com/seanrogandev/crudapp/demo
pom.xml:
https://github.com /SeanRogan/CrudAppDemo/blob/master/pom.xml
application.properties:
https://github.com/SeanRogan/CrudAppDem ... r/src/main /resources/application.properties
manifest.json:
https://github.com/SeanRogan/CrudAppDem ... ifest.json
package.json:
https://github.com/SeanRogan/CrudAppDem ... ckage.json
if Есть еще какая-то важная информация, которую я упустил, пожалуйста, дайте мне знать. заранее спасибо.
Подробнее здесь: https://stackoverflow.com/questions/721 ... network-er