Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ build:
when:
event: [push, tag, pull_request]

compose:
database:
image: mysql
expose:
- "3306"
environment:
MYSQL_DATABASE: demo_db
MYSQL_USER: demo_user
MYSQL_PASSWORD: demo_pw
MYSQL_ROOT_PASSWORD: root
# compose:
# database:
# image: mysql
# expose:
# - "3306"
# environment:
# MYSQL_DATABASE: demo_db
# MYSQL_USER: demo_user
# MYSQL_PASSWORD: demo_pw
# MYSQL_ROOT_PASSWORD: root

cache:
mount:
Expand Down
5 changes: 3 additions & 2 deletions .framgia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ test:
mvn:
ignore: true
command:
- mvn clean surefire-report:report -X
- cp target/site/tools.html .framgia-ci-reports/tools.html
# - mvn clean surefire-report:report -X
- mvn surefire-report:report -DoutputDirectory=.framgia-ci-reports/surefire
# - cp target/site/tools.html .framgia-ci-reports/tools.html
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
tools.iml
Empty file added a
Empty file.
Empty file added aaaaa
Empty file.
Empty file added b
Empty file.
Empty file added d
Empty file.
Empty file added hehe
Empty file.
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<outputName>${project.artifactId}</outputName>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down
Binary file not shown.
Binary file added target/classes/com/tannv/config/WebConfig.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added target/classes/com/tannv/fillter/CORSFilter.class
Binary file not shown.
Binary file added target/classes/com/tannv/model/User.class
Binary file not shown.
Binary file added target/classes/com/tannv/service/UserService.class
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions target/classes/themes/bright.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
stylesheet=themes/bright.css
1 change: 1 addition & 0 deletions target/classes/themes/dark.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
stylesheet=themes/dark.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
com/tannv/fillter/CORSFilter.class
com/tannv/config/ServletInitializer.class
com/tannv/service/UserService.class
com/tannv/service/UserServiceImpl.class
com/tannv/config/WebConfig.class
com/tannv/controller/UserController.class
com/tannv/controller/HomeController.class
com/tannv/model/User.class
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/home/FRAMGIA/tran.duy.khanh/Code/sample-java-project-2/src/main/java/com/tannv/model/User.java
/home/FRAMGIA/tran.duy.khanh/Code/sample-java-project-2/src/main/java/com/tannv/controller/HomeController.java
/home/FRAMGIA/tran.duy.khanh/Code/sample-java-project-2/src/main/java/com/tannv/service/UserService.java
/home/FRAMGIA/tran.duy.khanh/Code/sample-java-project-2/src/main/java/com/tannv/service/UserServiceImpl.java
/home/FRAMGIA/tran.duy.khanh/Code/sample-java-project-2/src/main/java/com/tannv/fillter/CORSFilter.java
/home/FRAMGIA/tran.duy.khanh/Code/sample-java-project-2/src/main/java/com/tannv/controller/UserController.java
/home/FRAMGIA/tran.duy.khanh/Code/sample-java-project-2/src/main/java/com/tannv/config/ServletInitializer.java
/home/FRAMGIA/tran.duy.khanh/Code/sample-java-project-2/src/main/java/com/tannv/config/WebConfig.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com/tannv/controler/UserControllerUnitTest.class
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/home/FRAMGIA/tran.duy.khanh/Code/sample-java-project-2/src/test/java/com/tannv/controler/UserControllerUnitTest.java
538 changes: 538 additions & 0 deletions target/site/surefire-report.html

Large diffs are not rendered by default.

57 changes: 29 additions & 28 deletions .framgia-ci-reports/tools.html → target/site/tools.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions target/surefire-reports/com.tannv.controler.UserControllerUnitTest.txt

Large diffs are not rendered by default.

Binary file not shown.
Empty file added z
Empty file.