Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
QLNS_N01
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Văn Hiếu
QLNS_N01
Commits
5fd2fa65
Commit
5fd2fa65
authored
Jun 05, 2019
by
phùng văn dung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dungpv newest
parent
db2f63d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
66 deletions
+1
-66
pom.xml
pom.xml
+0
-45
src/main/resources/application.properties
src/main/resources/application.properties
+1
-5
src/test/java/com/itsol/quantrivanphong/QuantrivanphongApplicationTests.java
...tsol/quantrivanphong/QuantrivanphongApplicationTests.java
+0
-16
No files found.
pom.xml
View file @
5fd2fa65
...
...
@@ -25,18 +25,6 @@
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-data-jpa
</artifactId>
</dependency>
<<<<<<
< HEAD
=======
>
>>>>>> ce3006b6a5fafbd06aecf7141c3e8b97909de200
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-security</artifactId>-->
<!-- </dependency>-->
<<<<<<
< HEAD
=======
>
>>>>>> ce3006b6a5fafbd06aecf7141c3e8b97909de200
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
...
...
@@ -53,46 +41,13 @@
<artifactId>
lombok
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<<<<<<
< HEAD
<!--
<dependency
>
-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-security</artifactId>-->
<!-- </dependency>-->
<!-- <!– https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt –>-->
<!-- <dependency>-->
<!-- <groupId>io.jsonwebtoken</groupId>-->
<!-- <artifactId>jjwt</artifactId>-->
<!-- <version>0.9.1</version>-->
<!-- </dependency>-->
<!-- https://mvnrepository.com/artifact/log4j/log4j -->
<dependency>
<groupId>
log4j
</groupId>
<artifactId>
log4j
</artifactId>
<version>
1.2.17
</version>
</dependency>
=======
<!-- <dependency>-->
<!-- <groupId>org.springframework.security</groupId>-->
<!-- <artifactId>spring-security-test</artifactId>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
>>>>>>> ce3006b6a5fafbd06aecf7141c3e8b97909de200
</dependencies>
<build>
<plugins>
<plugin>
...
...
src/main/resources/application.properties
View file @
5fd2fa65
#
server.port=8081
server.port
=
8081
# ===============================
# DATABASE CONNECTION
# ===============================
spring.datasource.driver-class-name
=
com.mysql.cj.jdbc.Driver
spring.datasource.url
=
jdbc:mysql://localhost:3306/qtvp_01
spring.datasource.username
=
root
<<<<<<<
HEAD
spring.datasource.password
=
12345678
=======
spring.datasource.password
=
vanloc
>>>>>>>
ce3006b6a5fafbd06aecf7141c3e8b97909de200
spring.jpa.show-sql
=
true
spring.jpa.hibernate.ddl-auto
=
update
...
...
src/test/java/com/itsol/quantrivanphong/QuantrivanphongApplicationTests.java
deleted
100644 → 0
View file @
db2f63d3
package
com.itsol.quantrivanphong
;
import
org.junit.Test
;
import
org.junit.runner.RunWith
;
import
org.springframework.boot.test.context.SpringBootTest
;
import
org.springframework.test.context.junit4.SpringRunner
;
@RunWith
(
SpringRunner
.
class
)
@SpringBootTest
public
class
QuantrivanphongApplicationTests
{
@Test
public
void
contextLoads
()
{
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment