File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <nature >org.eclipse.jdt.core.javanature</nature >
2121 <nature >org.eclipse.m2e.core.maven2Nature</nature >
2222 </natures >
23+ <filteredResources >
24+ <filter >
25+ <id >1633740025193</id >
26+ <name ></name >
27+ <type >30</type >
28+ <matcher >
29+ <id >org.eclipse.core.resources.regexFilterMatcher</id >
30+ <arguments >node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
31+ </matcher >
32+ </filter >
33+ </filteredResources >
2334</projectDescription >
Original file line number Diff line number Diff line change 1+ {
2+ "ExpandedNodes" : [
3+ " " ,
4+ " \\ src" ,
5+ " \\ src\\ main" ,
6+ " \\ src\\ main\\ java" ,
7+ " \\ src\\ main\\ java\\ edu" ,
8+ " \\ src\\ main\\ java\\ edu\\ uark" ,
9+ " \\ src\\ main\\ java\\ edu\\ uark\\ registerapp" ,
10+ " \\ src\\ main\\ resources" ,
11+ " \\ src\\ main\\ resources\\ static" ,
12+ " \\ src\\ main\\ resources\\ static\\ scripts"
13+ ],
14+ "SelectedNode" : " \\ src\\ main\\ java\\ edu\\ uark\\ registerapp\\ RegisterApplication.java" ,
15+ "PreviewInSolutionExplorer" : false
16+ }
Original file line number Diff line number Diff line change 11spring.session.store-type =HAZELCAST
22
3- spring.datasource.url =${JDBC_DATABASE_URL }
3+ spring.datasource.url =${postgres://cxuhrnrwtxlzlh:273a15605d2238d3d12dce9989f30b29b4a868802bf8b7144a780e927ab992a7@ec2-54-172-169-87.compute-1.amazonaws.com:5432/d5nbp770pbg2g9 }
44spring.datasource.username =${JDBC_DATABASE_USERNAME}
55spring.datasource.password =${JDBC_DATABASE_PASSWORD}
66spring.datasource.driverClassName =org.postgresql.Driver
You can’t perform that action at this time.
0 commit comments