我有2个基于Spring boot的java应用程序。
在其中一个控制器中,我正在重定向以调用第二个应用程序,但第二个应用程序也期待一些请求标头。如何添加请求标头以重定向uri。
Exception in thread "main" java.lang.IllegalArgumentException: No OpKernel was registered to support Op 'PyFunc' with these attrs. Registered devices: [CPU], Registered kernels:
<no registered kernels>
[[Node: cond_15/PyFunc = PyFunc[Tin=[DT_UINT8], Tout=[DT_UINT8], _output_shapes=[<unknown>], token="pyfunc_3"](cond_15/PyFunc/Switch:1)]]
at org.tensorflow.SavedModelBundle.load(Native Method)
at org.tensorflow.SavedModelBundle.load(SavedModelBundle.java:39)
但在第二个应用中,我看不到标题。有没有办法使用http标头重定向。
请帮帮我。