Skip to content

rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker、velocity等 (多模块spring boot项目)-http://api.xiaomo.info (使用spring boot 做底层构架,在不用的应用场景下搭配不同的技术构建项目。)

License

Notifications You must be signed in to change notification settings

xuzchu/SpringBootUnity

 
 

Repository files navigation

Build Status GitHub issues GitHub forks GitHub stars GitHub license(https://raw.githubusercontent.com/xiaomoinfo/SpringBootUnity/master/LICENSE) Maven Central GitHub followers GitHub watchers

环境

  • maven latest
  • jdk1.8
  • spring boot 1.5.6 release(目前最新版)
  • 个人推荐idea来代替eclipse(希望不要被说成异教徒必须死)
  • mysql5.5+
  • git: 版本管理
  • nginx: 反向代理服务器

项目简介

mark

启动方式

  • spring boot内置了tomcat做为web容器,默认打成jar包直接放在服务器上执行就可以了

java -Xms64m -Xmx2048m -jar project.jar 5 >> ./project.log &

jar

  • 如果需要定制化打成war包,那么也很简单。在maven中做下设置就ok了,然后把war包扔到tomcat下面就可以运行了
    <modelVersion>4.0.0</modelVersion>
    <artifactId>api</artifactId>
    <packaging>war</packaging>

war

项目说明

需求是多变的,本项目是以spring boot为基础,在使用spring boot的过程中对应不同的需求选用不同的技术和spring boot进行搭配,因此本项目是个偏于使用示例的定位。同时如果您在使用spring boot的过程中有什么好用的技术期待您对本项目的PR。

关于我

@小莫:本人是一个热爱开源精神、追求新潮的开发者,技术过得去,还算勤勉!习惯以github的issue驱动方式来组织我的项目,也希望感兴趣的朋友和我联系,一起进步,共同开发感兴趣的开源项目。目前任rpg服务端主程,熟悉游戏开发和web开发。同时也是个喜欢二次元的死宅,爱动漫,略懂日语。

在线小工具

问题反馈

  1. 欢迎提issue一起完善这个项目。
  2. QQ: 83387856
  3. 个人主站: https://xiaomo.info

在线文档

Copyright 2017 xiaomo

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker、velocity等 (多模块spring boot项目)-http://api.xiaomo.info (使用spring boot 做底层构架,在不用的应用场景下搭配不同的技术构建项目。)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.0%
  • CSS 5.6%
  • Other 0.4%