我有一个@RestController
,我想向其中添加一个Spring过滤器,以在处理扩展了OncePerRequestFilter
的请求之前添加一个支票
我也不想将其添加到所有控制器,我的最后一招是将其添加到特定路径上的常规WebApplicationInitializer
的{{1}}:>
onStartup
还有其他方法可以将Spring Filter连接到特定的Spring RestController吗?
在Spring REST中在拦截器上使用过滤器是否有误?
过滤器应仅连接到URL吗?
答案 0 :(得分:1)
您可以使用import * as React from 'react';
import { Text, View, Image } from "react-native";
export default class RootComponent extends React.Component {
render() {
return (
<View style={{ flex: 1, alignItems: "center", justifyContent: "center" }}>
<View style={{ backgroundColor: "#eee", borderRadius: 10, overflow: "hidden" }}>
<View>
<Image
source={require("./assets/h4.jpg")}
style={{
height: 135,
width: 155
}}
/>
</View>
<View style={{ padding: 10, width: 155 }}>
<Text>Title</Text>
<Text style={{ color: "#777", paddingTop: 5 }}>
Description of the image
</Text>
</View>
</View>
</View>
);
}
}
。
示例:
@WebFilter annotation