Skip to content

Commit 8d0b39d

Browse files
Merge pull request #9 from TomekMenetAdvencedJavaProgramming/Develop
Grown deploy
2 parents 74ba818 + 06b317d commit 8d0b39d

30 files changed

+726
-690
lines changed

Grown.iml

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
4+
<output url="file://$MODULE_DIR$/target/classes" />
5+
<output-test url="file://$MODULE_DIR$/target/test-classes" />
6+
<content url="file://$MODULE_DIR$">
7+
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
8+
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
9+
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
10+
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
11+
<excludeFolder url="file://$MODULE_DIR$/target" />
12+
</content>
13+
<orderEntry type="inheritedJdk" />
14+
<orderEntry type="sourceFolder" forTests="false" />
15+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-devtools:1.4.0.BUILD-SNAPSHOT" level="project" />
16+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:1.4.0.BUILD-SNAPSHOT" level="project" />
17+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:1.4.0.BUILD-SNAPSHOT" level="project" />
18+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-thymeleaf:1.4.0.BUILD-SNAPSHOT" level="project" />
19+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:1.4.0.BUILD-SNAPSHOT" level="project" />
20+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:1.4.0.BUILD-SNAPSHOT" level="project" />
21+
<orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.1.7" level="project" />
22+
<orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.1.7" level="project" />
23+
<orderEntry type="library" name="Maven: org.slf4j:jcl-over-slf4j:1.7.21" level="project" />
24+
<orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.21" level="project" />
25+
<orderEntry type="library" name="Maven: org.slf4j:log4j-over-slf4j:1.7.21" level="project" />
26+
<orderEntry type="library" scope="RUNTIME" name="Maven: org.yaml:snakeyaml:1.17" level="project" />
27+
<orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf-spring4:2.1.5.RELEASE" level="project" />
28+
<orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf:2.1.5.RELEASE" level="project" />
29+
<orderEntry type="library" name="Maven: ognl:ognl:3.0.8" level="project" />
30+
<orderEntry type="library" name="Maven: org.javassist:javassist:3.20.0-GA" level="project" />
31+
<orderEntry type="library" name="Maven: org.unbescape:unbescape:1.1.0.RELEASE" level="project" />
32+
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.21" level="project" />
33+
<orderEntry type="library" name="Maven: nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:1.4.0" level="project" />
34+
<orderEntry type="library" name="Maven: org.codehaus.groovy:groovy:2.4.7" level="project" />
35+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:1.4.0.BUILD-SNAPSHOT" level="project" />
36+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:1.4.0.BUILD-SNAPSHOT" level="project" />
37+
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:8.5.4" level="project" />
38+
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:8.5.4" level="project" />
39+
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:8.5.4" level="project" />
40+
<orderEntry type="library" name="Maven: org.hibernate:hibernate-validator:5.2.4.Final" level="project" />
41+
<orderEntry type="library" name="Maven: javax.validation:validation-api:1.1.0.Final" level="project" />
42+
<orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.0.Final" level="project" />
43+
<orderEntry type="library" name="Maven: com.fasterxml:classmate:1.3.1" level="project" />
44+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.8.1" level="project" />
45+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.8.1" level="project" />
46+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.8.1" level="project" />
47+
<orderEntry type="library" name="Maven: org.springframework:spring-web:4.3.2.RELEASE" level="project" />
48+
<orderEntry type="library" name="Maven: org.springframework:spring-aop:4.3.2.RELEASE" level="project" />
49+
<orderEntry type="library" name="Maven: org.springframework:spring-beans:4.3.2.RELEASE" level="project" />
50+
<orderEntry type="library" name="Maven: org.springframework:spring-webmvc:4.3.2.RELEASE" level="project" />
51+
<orderEntry type="library" name="Maven: org.springframework:spring-expression:4.3.2.RELEASE" level="project" />
52+
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:1.4.0.BUILD-SNAPSHOT" level="project" />
53+
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:1.4.0.BUILD-SNAPSHOT" level="project" />
54+
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:1.4.0.BUILD-SNAPSHOT" level="project" />
55+
<orderEntry type="library" scope="TEST" name="Maven: com.jayway.jsonpath:json-path:2.2.0" level="project" />
56+
<orderEntry type="library" scope="TEST" name="Maven: net.minidev:json-smart:2.2.1" level="project" />
57+
<orderEntry type="library" scope="TEST" name="Maven: net.minidev:accessors-smart:1.1" level="project" />
58+
<orderEntry type="library" scope="TEST" name="Maven: org.ow2.asm:asm:5.0.3" level="project" />
59+
<orderEntry type="library" name="Maven: junit:junit:4.12" level="project" />
60+
<orderEntry type="library" scope="TEST" name="Maven: org.assertj:assertj-core:2.5.0" level="project" />
61+
<orderEntry type="library" name="Maven: org.mockito:mockito-core:1.10.19" level="project" />
62+
<orderEntry type="library" scope="RUNTIME" name="Maven: org.objenesis:objenesis:2.1" level="project" />
63+
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
64+
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-library:1.3" level="project" />
65+
<orderEntry type="library" scope="TEST" name="Maven: org.skyscreamer:jsonassert:1.3.0" level="project" />
66+
<orderEntry type="library" scope="TEST" name="Maven: org.json:json:20140107" level="project" />
67+
<orderEntry type="library" name="Maven: org.springframework:spring-core:4.3.2.RELEASE" level="project" />
68+
<orderEntry type="library" name="Maven: org.springframework:spring-test:4.3.2.RELEASE" level="project" />
69+
<orderEntry type="library" name="Maven: org.springframework.integration:spring-integration-test:4.3.0.RC1" level="project" />
70+
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-all:1.3" level="project" />
71+
<orderEntry type="library" name="Maven: org.springframework:spring-context:4.3.2.RELEASE" level="project" />
72+
<orderEntry type="library" name="Maven: org.springframework:spring-messaging:4.3.2.RELEASE" level="project" />
73+
<orderEntry type="library" name="Maven: org.springframework.integration:spring-integration-ip:4.3.0.RC1" level="project" />
74+
<orderEntry type="library" name="Maven: org.springframework.integration:spring-integration-core:4.3.1.RELEASE" level="project" />
75+
<orderEntry type="library" name="Maven: org.springframework:spring-tx:4.3.2.RELEASE" level="project" />
76+
<orderEntry type="library" name="Maven: org.springframework.retry:spring-retry:1.1.3.RELEASE" level="project" />
77+
<orderEntry type="library" name="Maven: com.miglayout:miglayout-swing:5.0" level="project" />
78+
<orderEntry type="library" name="Maven: com.miglayout:miglayout-core:5.0" level="project" />
79+
<orderEntry type="library" name="Maven: org.mockito:mockito-all:1.9.5" level="project" />
80+
<orderEntry type="library" name="Maven: org.scala-lang:scala-library:2.11.0" level="project" />
81+
</component>
82+
</module>

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Grown
2-
ZTPJ
3-
2+
ZTPJ <br />
3+
Instruction: <br />
4+
1. git clone https://github.com/TomekMenetAdvencedJavaProgramming/Grown.git <br />
5+
2. cd into catalogue and execute mvn clean install <br />
6+
3. switch on sample telnet server source: http://goo.gl/J5JOVv <br />

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,25 @@
7272
<artifactId>scala-library</artifactId>
7373
<version>2.11.0</version>
7474
</dependency>
75+
<dependency>
76+
<groupId>antlr</groupId>
77+
<artifactId>antlr</artifactId>
78+
</dependency>
79+
<dependency>
80+
<groupId>bsf</groupId>
81+
<artifactId>bsf</artifactId>
82+
<version>2.4.0</version>
83+
</dependency>
84+
<dependency>
85+
<groupId>commons-lang</groupId>
86+
<artifactId>commons-lang</artifactId>
87+
<version>2.6</version>
88+
</dependency>
89+
<dependency>
90+
<groupId>org.apache.commons</groupId>
91+
<artifactId>commons-lang3</artifactId>
92+
<version>3.4</version>
93+
</dependency>
7594
</dependencies>
7695

7796
<build>

src/main/java/com/Polodz/GrownApplication.java

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,14 @@
1818

1919
@SpringBootApplication
2020
@Configuration
21-
//@EnableAutoConfiguration//(exclude = WebMvcAutoConfiguration.class)
2221
@ImportResource("file:src/Grown-mainContext.xml")
2322
public class GrownApplication {
24-
25-
public static void main(String[] args) {
26-
//SpringApplication.run();
27-
//Banner.Mode bannerMode= new Banner.Mode(OFF);
28-
new SpringApplicationBuilder(GrownApplication.class)
29-
.headless(false)
30-
.web(true)
31-
//.bannerMode(Banner.Mode.OFF)
32-
.run(args);
33-
}
3423

35-
// @Bean
36-
// public MainController frame() {
37-
// return new MainController();
38-
// }
24+
public static void main(String[] args) {
25+
new SpringApplicationBuilder(GrownApplication.class)
26+
.headless(false)
27+
.web(true)
28+
.run(args);
29+
}
30+
3931
}

0 commit comments

Comments
 (0)