AnotherBlog:只是另一个博客项目 源码
另一个博客 启动MySQL容器:docker pull mysql:latest docker run -d -p 3306:3306 --name MySQL -v mysql_volume:/ var / lib / mysql -e MYSQL_ROOT_PASSWORD = 123456 mysql:latest AnotherBlog.GatewayAPI:地址: ; 启动咨询:docker-compose up -d docker build -t article_service:dev -f。\ AnotherBlog.ArticleAPI \ Dockerfile。 docker build -t comment_service:dev -f。\ AnotherBlog.CommentAPI \ Dockerfile。 启动服务:docker run -d -p 50
文件列表
AnotherBlog:只是另一个博客项目
(预估有个143文件)
Entity.cs
2KB
AccountController.cs
3KB
20210314101641_initPersistedGrantDb.Designer.cs
4KB
20210314101641_initPersistedGrantDb.cs
4KB
PersistedGrantDbContextModelSnapshot.cs
4KB
20210314101702_initConfigurationDb.Designer.cs
34KB
ConfigurationDbContextModelSnapshot.cs
34KB
20210314101702_initConfigurationDb.cs
33KB
Startup.cs
2KB
IdentityServerConfig.cs
4KB
暂无评论