Fei
Fei
您好,elunez, 我是RoboticsAndCloud(Github昵称),最近在学习Spring-Boot, 在Github中找到这个优秀的项目ELADMIN,浏览了下您的个人网站,学习膜拜大佬之余,也想成为一名Contributor为其做些贡献。 我Fork了代码并线下添加了Actuator功能,以及后面计划使用React为其更新下前端。 本次功能:"Actuator“健康检查功能,自己测试通过. 1)添加 依赖 在pom.xml文件中 2)application-dev.yaml增加Actuator配置 3) 在eladmin-system/src/main/java/me/zhengjie/config/ConfigurerAdapter.java添加注册endpoint逻辑 4)在SpringSecurityConfig.java开放访问权限限制 5)附件有详细的功能和配置代码说明,还有本次部署代码过程中的一些小问题,可以添加到项目的在线帮助文档中 6)代码是基于自己的理解,如果有不妥之处,请大佬指点 [Spring Boot 运维管理平台(eladmin).pdf](https://github.com/elunez/eladmin/files/12138077/Spring.Boot.eladmin.pdf)
在通过Docker安装Mysql后,需要创建名字为 eladmin的数据库,之后才能创建其他表
Some changes regarding to mlflow2.7.1, For example: convert_png_to_mlflow_json.py, mlflow2.7.1 needs a new format mlflow_v2_dict = {"dataframe_split":dct} https://mlflow.org/docs/latest/models.html#local-model-deployment
@property 使得该方法变成了 arg 属性的 getter 方法,名称需要一致
"Prefix Sum" can be used for question "Path Sum III"
## What is this tool for? Add a link of 'Practitioners guide to MLOps: A framework for continuous delivery and automation of machine learning' from google ## What's the difference...
Add a book link The Big Book of MLOps from databricks