1 Star 0 Fork 239

perfoma / xai

forked from 小帅丶 / xai 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

作者

XAI 管理系统

微信小程序:小帅一点资讯后台服务项目

基于bootdo更改的SpringMVC版本(基础功能已迁移)

部署没有xml解决方案。在pom增加如下配置

<build>
    <finalName>mvcdo</finalName>
    <resources> <!--编译之后包含xml-->
        <resource>
            <directory>src/main/java</directory>
            <includes>
                <include>**/*.xml</include>
            </includes>
            <filtering>true</filtering>
        </resource>
    </resources>
</build>

项目代码结构简易说明

src/main/java
cn.xsshome.mvcdo
       ├── common                                //相关常量类   
       ├── controller                            
       │       └── ai                            //AI模块Controller层       
       │       └── blog                           //博客模块Controller层          
       │       └── rest                            //小程序接口Controller层       
       │       └── system                        //系统管理模块Controller层  
       │       └── wechat                           //微信模块Controller层                      
       ├── dao                                   
       │       └── ai                            //AI模块Dao层       
       │       └── blog                           //博客模块Dao层               
       │       └── system                        //系统管理模块Dao层        
       ├── interceptor
       │       └── BDFactory                     //单例加载工厂类       
       │       └── MvcDoInterceptor              //拦截器
       ├── mapping                               
       │       └── ai                            //AI模块数据库操作层       
       │       └── blog                           //博客模块数据库操作层               
       │       └── system                        //系统管理模块数据库操作层        
       ├── pojo
       │       └── ai                            //AI模块对象Bean  dbo为数据库实体对象    po为接口返回的实体对象
       │       └── blog                           //博客模块数据库对象Bean               
       │       └── system                        //系统管理模块数据库对象Bean   
       ├── service
       │       └── ai                            //AI模块Service层
       │       └── blog                           //博客模块Service层               
       │       └── system                        //系统管理模块Service层  
       ├── util                                     //相关工具类
       └── vo                                    //接口返回的json实体对象

项目配置文件说明

src/main/resources
       ├── spring-mvc.xml                        //注解配置 静态资源 拦截等配置  
       ├── spring-mybatis.xml                    //数据库连接池等相关配置
       ├── spring.xml                               //注解配置
       ├── xai-constant.properties               //第三方以及验证相关常量配置文件
       ├── xai-jdbc.properties                      //数据库信息配置文件                            
       └── xai-log4j.properties                  //日志配置文件

使用说明

  • 自行下载或者pull项目。导入到开发工具
  • 小帅 习惯用MyEclipse
  • 导入xai.sql到自己到Mysql
  • 修改xai-jdbc.properties文件中数据库配置为你自己的
  • 在xai-constant.properties文件中增加自己的相关应用信息
  • 具体含义请看http://xai.mydoc.io/
The MIT License (MIT) Copyright (c) 2018 小帅丶 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

人工智能可视化管理系统。小帅一点资讯微信小程序后台服务。基于bootdo更改的SpringMVC版本 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/perfoma/xai.git
git@gitee.com:perfoma/xai.git
perfoma
xai
xai
master

搜索帮助