文件名称:micro-service:C ++中的示例微服务
文件大小:24KB
文件格式:ZIP
更新时间:2024-05-19 20:23:12
C++
微服务 此示例显示了如何使用C ++ REST SDK在C ++上实现微服务 如何建造 在系统上安装git,CMake,boost,openssl,如果您使用的是macOS,则可以使用以下命令轻松完成: $ brew install cmake git openssl boost zlib 克隆存储库。 执行以下命令: $ export OPENSSL_ROOT_DIR=/usr/local/opt/openssl 转到目录micro-service / libs并执行脚本: ./build_dependencies.sh ,它将克隆存储库,并且如果您要构建库的动态链接版本,则将构建库的静态版本。刚上build_dependencies.sh脚本删除标志: -DBUILD_SHARED_LIBS=OFF 。 转到目录微服务,然后键入以下命令: $ mkdir buil
【文件预览】:
micro-service-master
----source()
--------foundation()
--------microsvc_controller.cpp(4KB)
--------microsvc_controller.hpp(2KB)
--------main.cpp(2KB)
----.vscode()
--------launch.json(2KB)
--------c_cpp_properties.json(2KB)
--------tasks.json(617B)
----CMakeLists.txt(3KB)
----LICENSE(1KB)
----README.md(10KB)
----libs()
--------build_dependencies.sh(805B)
----tests()
--------wrk()
----.gitignore(137B)