Skip to content

Commit

Permalink
README 추가함
Browse files Browse the repository at this point in the history
  • Loading branch information
mimul committed Aug 23, 2016
1 parent dcb6143 commit 2ecaf0d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 44 deletions.
25 changes: 25 additions & 0 deletions .gitignore
@@ -0,0 +1,25 @@
.idea/
*.iml
target/

*log*
.DS_Store
.settings/
.project
.classpath
*.swp

*.class

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
wisepush_store.*

15 changes: 15 additions & 0 deletions README.md
@@ -0,0 +1,15 @@
# Simple Plugin System built on Guice, Airlift, ServiceLoader

run command

* Main class : com.mimul.plugin.module.Main
* vm option : -Dlog.levels-file=src/main/resources/log.properties
* arguments : src/main/resources/config.properties

see more detail at

* [설정 기반의 플러그인 시스템](http://www.mimul.com/)

# License

Apache License, Version 2.0
44 changes: 0 additions & 44 deletions pom.xml
Expand Up @@ -7,14 +7,6 @@
<groupId>com.mimul.plugin</groupId>
<artifactId>PluginSample</artifactId>
<version>1.0-SNAPSHOT</version>
<!--<dependencies>-->
<!--<dependency>-->
<!--<groupId>io.airlift</groupId>-->
<!--<artifactId>configuration</artifactId>-->
<!--<version>0.124</version>-->
<!--</dependency>-->

<!--</dependencies>-->

<parent>
<groupId>io.airlift</groupId>
Expand Down Expand Up @@ -69,22 +61,6 @@
<artifactId>configuration</artifactId>
<version>${air.version}</version>
</dependency>
<!--<dependency>-->
<!--<groupId>io.airlift</groupId>-->
<!--<artifactId>http-client</artifactId>-->
<!--<version>${air.version}</version>-->
<!--<exclusions>-->
<!--<exclusion>-->
<!--<groupId>org.openjdk.jol</groupId>-->
<!--<artifactId>jol-core</artifactId>-->
<!--</exclusion>-->
<!--</exclusions>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.airlift</groupId>-->
<!--<artifactId>discovery</artifactId>-->
<!--<version>${air.version}</version>-->
<!--</dependency>-->
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
Expand All @@ -95,11 +71,6 @@
<artifactId>log</artifactId>
<version>${air.version}</version>
</dependency>
<!--<dependency>-->
<!--<groupId>io.airlift</groupId>-->
<!--<artifactId>json</artifactId>-->
<!--<version>${air.version}</version>-->
<!--</dependency>-->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand All @@ -110,21 +81,6 @@
<artifactId>log-manager</artifactId>
<version>${air.version}</version>
</dependency>
<!--<dependency>-->
<!--<groupId>io.airlift</groupId>-->
<!--<artifactId>concurrent</artifactId>-->
<!--<version>${air.version}</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.airlift</groupId>-->
<!--<artifactId>node</artifactId>-->
<!--<version>${air.version}</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.airlift</groupId>-->
<!--<artifactId>slice</artifactId>-->
<!--<version>${dep.slice.version}</version>-->
<!--</dependency>-->
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
Expand Down

0 comments on commit 2ecaf0d

Please sign in to comment.