【spring boot+Lazy ORM+mysql】开发一个数据库管理系统实现对应数据库数据查看和修改-CSDN博客

<div id="readability-page-1" class="page"><div id="article_content">

                <h2><a name="t0"></a><a id="spring_bootLazy_ORMmysql_0"></a>【spring boot+Lazy ORM+mysql】开发一个数据库管理系统实现对应数据库数据查看和修改</h2> 

<h3><a name="t1"></a><a id="http124222486230193wusmartacwuiindexhtmlloginhttp124222486230193wusmartacwuiindexhtmllogin_adminadmin_2"></a><a href="http://124.222.48.62:30193/wu-smart-acw-ui/index.html#/login" rel="nofollow">演示项目地址</a>:http://124.222.48.62:30193/wu-smart-acw-ui/index.html#/login (admin/admin)</h3>
<h3><a name="t2"></a><a id="_3"></a>功能</h3>
<ul><li>用户登录注册</li><li>新增、编辑数实例</li><li>新增、编辑数据库信息</li><li>新增表结构</li><li><em><strong>核心</strong></em>表数据查看</li></ul>
<h4><a name="t3"></a><a id="_11"></a>用户登录注册</h4>
<p><img src="https://upload-images.jianshu.io/upload_images/29237356-5927449763167399.png" alt="在这里插入图片描述"></p>
<h4><a name="t4"></a><a id="_14"></a>新增、编辑数实例</h4>
<p><img src="https://upload-images.jianshu.io/upload_images/29237356-c1acec4302b21821.png" alt="在这里插入图片描述"></p>
<h4><a name="t5"></a><a id="_17"></a>新增、编辑数据库信息</h4>
<p><img src="https://upload-images.jianshu.io/upload_images/29237356-0728bb5f876850eb.png" alt="在这里插入图片描述"></p>
<h4><a name="t6"></a><a id="_20"></a>新增表结构</h4>
<p><img src="https://upload-images.jianshu.io/upload_images/29237356-60abaeb2b6c79d0d.png" alt="在这里插入图片描述"></p>
<h4><a name="t7"></a><a id="_23"></a>表数据查看</h4>
<h5><a id="navicat_24"></a>单表查询(和navicat一样点点点就好了)</h5>
<ul><li>选择数据库实例</li><li>选择数据库</li><li>选择表</li><li>选择你要查询的数据字段默认是全选</li><li>字段展示默认是按照字段名称进行展示、可以切换到通过字段描述展示</li><li>添加搜索参数选择你要查询的参数,条件,数据(支持=、like、>、<、in)</li><li>点击执行查看筛选结果</li><li>添加数据按钮新增一条数据,输入数据库点击空白保存</li><li>导出支持导出upsert数据、md数据
<img src="https://upload-images.jianshu.io/upload_images/29237356-7d7bde7625d79796.png" alt="在这里插入图片描述"></li></ul>
<h5><a id="navicat_sql_35"></a>多表查询(和navicat 你要写点sql了)</h5>
<ul><li>选择你要执行的数据库实例、数据库</li><li>写sql就好了哦,可以支持sql提示的哦
<img src="https://upload-images.jianshu.io/upload_images/29237356-b096608f70f44f10.png" alt="在这里插入图片描述"></li></ul>
<h4><a name="t8"></a><a id="httpsgiteecomwujiawei1207537021wuframeworkparenttreemasterwusmartintegrationwusmartacwhttpsgiteecomwujiawei1207537021wuframeworkparenttreemasterwusmartintegrationwusmartacw_42"></a><a href="https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-smart-integration/wu-smart-acw" rel="nofollow">后端服务源码</a>:https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-smart-integration/wu-smart-acw</h4>
<h4><a name="t9"></a><a id="httpsgiteecomwujiawei1207537021wuvuelazydmthttpsgiteecomwujiawei1207537021wuvuelazydmt_43"></a><a href="https://gitee.com/wujiawei1207537021/wu-vue-lazy-dmt" rel="nofollow">前端源码</a>:https://gitee.com/wujiawei1207537021/wu-vue-lazy-dmt</h4>
<h4><a name="t10"></a><a id="docker_46"></a>docker启动</h4>
<pre data-index="0"><code onclick="mdcp.copyCode(event)">docker run -d -it -p 18080:18080 -e MAIN_DB_HOST=cloud-mysql:3306 -e MAIN_DB_USERNAME=root -e MAIN_PASSWORD=mysql --name wu-smart-acw-server registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-acw-server:1.2.6-JDK17-SNAPSHOT

http://127.0.0.1:18080/swagger-ui/index.html

http://127.0.0.1:18080/wu-smart-acw-ui/index.html

</code><ul><li>1</li><li>2</li><li>3</li><li>4</li><li>5</li><li>6</li><li>7</li><li>8</li></ul></pre>
</div></div><blockquote><p>本文使用 <a href="https://www.jianshu.com/p/5709df6fb58d" class="internal">文章同步助手</a> 同步</p></blockquote>

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容