GithubHelp home page GithubHelp logo

money2's Introduction

money

奖金管理第二版 2016-03-20

项目地址

https://github.com/yandong3389/money2.git

关于框架

Spring-webmvc-3.1.0、Spring-3.1.0、MyBatis-3.2.2

代码生成工具

mybatis-generator-core
配置文件:/project/src/main/resources/generatorConfig.xml
mybatis生成代码(需要有pom.xml文件,注意.bak重命名):
org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2:generate

mybatis-generator附加插件地址

https://github.com/yandong3389/mybatis-generator-plugin.git

日志

logback框架
配置文件:/project/src/main/resources/logback.xml

generate_version工程

https://github.com/yandong3389/generate_version.git
1、压缩js、css文件
2、为jsp中引用的js、css文件追加版本号(svn)

另:

所有java文件放在/project/src/main/java目录下
所有配置文件放在/project/src/main/resources目录下
数据库连接配置:/project/src/main/resources/mybatis/jdbc.properties

删除目录下所有的.svn文件bat脚本

新建.bat文件,将该文件复制到想要清除.svn的目录中,双击执行后会递归删除当前及子目录的所有.svn文件
@echo On
@Rem 删除.svn版本控制目录
@PROMPT [Com]#

@for /r . %%a in (.) do @if exist "%%a.svn" rd /s /q "%%a.svn"
@Rem for /r . %%a in (.) do @if exist "%%a.svn" @echo "%%a.svn"
@echo Mission Completed.
@pause

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.