关于使用IDEA启动访问报Error resolving template [eureka/status], template might not exist or might…解决办法

在IDEA上启动没问题,但是访问路径报如下图的错误
关于使用IDEA启动eureka访问报Error resolving template [eureka/status], template might not exist or might..解决办法
解决办法就是在applicaiton.properties文件加入如下这句话
spring.freemarker.prefer-file-system-access=false

关于使用IDEA启动eureka访问报Error resolving template [eureka/status], template might not exist or might..解决办法
访问成功!关于使用IDEA启动eureka访问报Error resolving template [eureka/status], template might not exist or might..解决办法

第一次写博客,不喜勿喷,其它的报错我也不知道,刚接触springcloud的小白,很高兴为大家解决问题

相关文章:

  • 2022-12-23
  • 2021-09-30
  • 2021-05-09
  • 2021-04-16
  • 2022-12-23
  • 2021-12-03
  • 2021-09-01
猜你喜欢
  • 2021-08-15
  • 2021-10-14
  • 2022-12-23
  • 2021-10-04
  • 2021-04-22
  • 2021-12-07
  • 2021-08-15
相关资源
相似解决方案