Compare commits
5 Commits
beanstalk-
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fc1816bb6 | ||
|
|
a07bfe0c97 | ||
|
|
bbedce169d | ||
|
|
312b75fd66 | ||
|
|
6d6dea54c7 |
@@ -4,3 +4,5 @@ Code for Hands-on Hexagonal Architecture With Spring Boot Tutorial
|
||||
Application's architecture :
|
||||
|
||||

|
||||
|
||||
Full article: [Hands-on Hexagonal Architecture With Spring Boot](https://medium.com/javarevisited/hands-on-hexagonal-architecture-with-spring-boot-ca61f88bed8b)
|
||||
|
||||
14
buildspec.yml
Normal file
14
buildspec.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: 0.2
|
||||
|
||||
phases:
|
||||
build:
|
||||
commands:
|
||||
- echo Entered the build phase...
|
||||
- mvn clean package
|
||||
post_build:
|
||||
commands:
|
||||
- echo Build completed successfully
|
||||
artifacts:
|
||||
files:
|
||||
- ms-launcher/target/ms-launcher-1.0-SNAPSHOT.jar
|
||||
discard-paths: yes
|
||||
Reference in New Issue
Block a user