= FCMSendPush = Firebase Cloud Messaging example == build.sh == {{{#!highlight bash #!/bin/sh mvn clean install }}} == run.sh == {{{#!highlight bash #!/bin/sh # /tmp/outpush.log logback-spring.xml # /tmp/greet.log logback-spring.xml java -Dfilelog=/tmp/outpush.log -jar target/test-spring-boot-push-0.1.0.jar }}} == pom.xml == {{{#!highlight xml 4.0.0 hello test-spring-boot-push 0.1.0 org.springframework.boot spring-boot-starter-parent 2.1.6.RELEASE org.springframework.boot spring-boot-starter-thymeleaf org.springframework.boot spring-boot-starter-web com.google.code.gson gson 2.8.6 compile hello.Application org.springframework.boot spring-boot-maven-plugin spring-milestone http://repo.spring.io/libs-release spring-milestone http://repo.spring.io/libs-release }}}