mirror of
https://github.com/yawaflua/SpCloudCore.git
synced 2025-12-10 04:29:35 +02:00
Add publishcontroller
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
// SpCloudMain.cpp : Defines the entry point for the application.
|
||||
//
|
||||
|
||||
// ReSharper disable CppClangTidyBugproneSuspiciousInclude
|
||||
|
||||
#include "SpCloudMain.h"
|
||||
|
||||
#include "Controllers/PublishController.cpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
while (true)
|
||||
{
|
||||
cout << "Hello ." << endl;
|
||||
cout << "Hello 2." << endl;
|
||||
}
|
||||
std::cout << "SpCloud start\n";
|
||||
|
||||
PublishController publish_controller;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user