les-mockingjay / hsweb-platform

hsweb 敏捷开发平台

Home Page:http://hsweb.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hsweb-platform

hsweb 敏捷开发平台

spring-boot & mybatis & maven & docker

运行

main 方法运行: 模块hsweb-platform-run里的Run.java

修改数据库链接

    <!--hsweb-platform-run/pom.xml-->
     <profile>
        <id>dev</id>
       <properties>
           <envistronment.package>develop</envistronment.package>
           <jdbc.type>mysql</jdbc.type>
           <logging.path>/var/logger/hsweb/</logging.path>
           <jdbc.url>jdbc:mysql://127.0.0.1:3306/hsweb?useUnicode=true&amp;characterEncoding=utf-8&amp;useSSL=false</jdbc.url>
           <jdbc.username>mysql-username</jdbc.username>
           <jdbc.password>mysql-password</jdbc.password>
           <jdbc.driverClassName>com.mysql.jdbc.Driver</jdbc.driverClassName>
       </properties>
        <activation>
            <activeByDefault>true</activeByDefault>
        </activation>
    </profile>

About

hsweb 敏捷开发平台

http://hsweb.me


Languages

Language:HTML 69.0%Language:JavaScript 22.0%Language:CSS 6.1%Language:FreeMarker 2.1%Language:Java 0.9%Language:Shell 0.0%