热门标签
更多>
搜索结果
查询Tags标签: SrpingBoot,共有 2条记录-
SrpingBoot自动配置原理浅谈
@SpringBootApplication注解 @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Documented @Inherited @SpringBootConfiguration @EnableAutoConfiguration @ComponentScan(excludeFilters = {@Filter(type = FilterType.CUSTOM, classes = TypeExcludeF…
2022/2/10 23:14:50 人评论 次浏览 -
CentOS 7.6部署Vue + SrpingBoot + MySQL单体项目
对于独立的项目(前端、后台单体服务、数据库),部署到新服务器上时,常常需要繁琐的配置与环境安装,这里介绍Centos 7.6下如何搭建基于Docker的环境,以及如何使用docker部署一套Vue + SrpingBoot + MySQL的单体项目建立环境使用的用户 拿到服务器,建议不要使用root来完…
2021/5/20 19:30:01 人评论 次浏览