利用文件夹对源文件进行分组
# Organize them into source groups based on their directory
foreach(source ${MY_SOURCES})# Get the directory of the source fileget_filename_component(source_dir "${source}" PATH)# Remove common path prefixstring(REPLAC…
项目本身用的全是JSON,但是对接MES的时候他们用的XML,就添加了对XML的支持,然后发现AGV发送任务的接口报下面的错误了。 Error while extracting response for type [class java.lang.String] and content type [application/json;charsetut…