FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sample-java-app/sample.iml at main · sambuTeja/sample-java-app · GitHub
sambuTeja
/
sample-java-app
Public
forked from
buildpacks/sample-java-app
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sample-java-app
/
sample.iml
Copy path
More file actions
More file actions
Latest commit
History
History
History
90 lines (90 loc) · 7.99 KB
Breadcrumbs
sample-java-app
/
sample.iml
Copy path
File metadata and controls
90 lines (90 loc) · 7.99 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
module
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule=
"
true
"
type
=
"
JAVA_MODULE
"
version
=
"
4
"
>
<
component
name
=
"
FacetManager
"
>
<
facet
type
=
"
Spring
"
name
=
"
Spring
"
>
<
configuration
/>
</
facet
>
<
facet
type
=
"
web
"
name
=
"
Web
"
>
<
configuration
>
<
webroots
/>
<
sourceRoots
>
<
root
url
=
"
file://$MODULE_DIR$/src/main/java
"
/>
<
root
url
=
"
file://$MODULE_DIR$/src/main/resources
"
/>
</
sourceRoots
>
</
configuration
>
</
facet
>
</
component
>
<
component
name
=
"
NewModuleRootManager
"
LANGUAGE_LEVEL
=
"
JDK_1_8
"
>
<
output
url
=
"
file://$MODULE_DIR$/target/classes
"
/>
<
output-test
url
=
"
file://$MODULE_DIR$/target/test-classes
"
/>
<
content
url
=
"
file://$MODULE_DIR$
"
>
<
sourceFolder
url
=
"
file://$MODULE_DIR$/src/main/java
"
isTestSource
=
"
false
"
/>
<
sourceFolder
url
=
"
file://$MODULE_DIR$/src/main/resources
"
type
=
"
java-resource
"
/>
<
sourceFolder
url
=
"
file://$MODULE_DIR$/src/test/java
"
isTestSource
=
"
true
"
/>
<
excludeFolder
url
=
"
file://$MODULE_DIR$/target
"
/>
</
content
>
<
orderEntry
type
=
"
inheritedJdk
"
/>
<
orderEntry
type
=
"
sourceFolder
"
forTests
=
"
false
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework.boot:spring-boot-starter-thymeleaf:2.1.3.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework.boot:spring-boot-starter:2.1.3.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework.boot:spring-boot:2.1.3.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework.boot:spring-boot-autoconfigure:2.1.3.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework.boot:spring-boot-starter-logging:2.1.3.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: ch.qos.logback:logback-classic:1.2.3
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: ch.qos.logback:logback-core:1.2.3
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.apache.logging.log4j:log4j-to-slf4j:2.11.2
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.apache.logging.log4j:log4j-api:2.11.2
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.slf4j:jul-to-slf4j:1.7.25
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: javax.annotation:javax.annotation-api:1.3.2
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
RUNTIME
"
name
=
"
Maven: org.yaml:snakeyaml:1.23
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.thymeleaf:thymeleaf:3.0.11.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.attoparser:attoparser:2.0.5.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.unbescape:unbescape:1.1.6.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.slf4j:slf4j-api:1.7.25
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.3.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework.boot:spring-boot-starter-web:2.1.3.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: com.fasterxml.jackson.core:jackson-databind:2.9.8
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: com.fasterxml.jackson.core:jackson-annotations:2.9.0
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: com.fasterxml.jackson.core:jackson-core:2.9.8
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework.boot:spring-boot-starter-tomcat:2.1.3.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.apache.tomcat.embed:tomcat-embed-core:9.0.16
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.apache.tomcat.embed:tomcat-embed-el:9.0.16
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.apache.tomcat.embed:tomcat-embed-websocket:9.0.16
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.hibernate.validator:hibernate-validator:6.0.14.Final
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: javax.validation:validation-api:2.0.1.Final
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.jboss.logging:jboss-logging:3.3.2.Final
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: com.fasterxml:classmate:1.4.0
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework:spring-web:5.1.5.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework:spring-beans:5.1.5.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework:spring-webmvc:5.1.5.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework:spring-aop:5.1.5.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework:spring-context:5.1.5.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework:spring-expression:5.1.5.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: org.springframework.boot:spring-boot-starter-test:2.1.3.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: org.springframework.boot:spring-boot-test:2.1.3.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: org.springframework.boot:spring-boot-test-autoconfigure:2.1.3.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: com.jayway.jsonpath:json-path:2.4.0
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: net.minidev:json-smart:2.3
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: net.minidev:accessors-smart:1.2
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: org.ow2.asm:asm:5.0.4
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: junit:junit:4.12
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: org.assertj:assertj-core:3.11.1
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: org.mockito:mockito-core:2.23.4
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: net.bytebuddy:byte-buddy:1.9.10
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: net.bytebuddy:byte-buddy-agent:1.9.10
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: org.objenesis:objenesis:2.6
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: org.hamcrest:hamcrest-core:1.3
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: org.hamcrest:hamcrest-library:1.3
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: org.skyscreamer:jsonassert:1.5.0
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: com.vaadin.external.google:android-json:0.0.20131108.vaadin1
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework:spring-core:5.1.5.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
name
=
"
Maven: org.springframework:spring-jcl:5.1.5.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: org.springframework:spring-test:5.1.5.RELEASE
"
level
=
"
project
"
/>
<
orderEntry
type
=
"
library
"
scope
=
"
TEST
"
name
=
"
Maven: org.xmlunit:xmlunit-core:2.6.2
"
level
=
"
project
"
/>
</
component
>
</
module
>
Back
|
FazBrowse Home
|
New Git URL