diff --git a/build-all.sh b/build-all.sh index dc1b3af..2fdfbef 100755 --- a/build-all.sh +++ b/build-all.sh @@ -2,5 +2,5 @@ set -e -./mvnw package -DskipTests +./mvnw install -DskipTests docker-compose build diff --git a/start-client/src/components/common/layout/Footer.js b/start-client/src/components/common/layout/Footer.js index 5f02da8..5848591 100644 --- a/start-client/src/components/common/layout/Footer.js +++ b/start-client/src/components/common/layout/Footer.js @@ -7,31 +7,10 @@ const Footer = ({ children }) => (
diff --git a/start-client/src/components/common/layout/Header.js b/start-client/src/components/common/layout/Header.js index 98304bf..881ce6a 100644 --- a/start-client/src/components/common/layout/Header.js +++ b/start-client/src/components/common/layout/Header.js @@ -1,17 +1,13 @@ import PropTypes from 'prop-types' import React from 'react' -import Logo from './Logo' +import Logo from '../../../images/initializr-icon.png' const Header = ({ children }) => (
-

+

- - - Spring Initializr - - Bootstrap your application +

{children} diff --git a/start-client/src/components/common/layout/QuickLinks.js b/start-client/src/components/common/layout/QuickLinks.js index f4b8975..74d5c58 100644 --- a/start-client/src/components/common/layout/QuickLinks.js +++ b/start-client/src/components/common/layout/QuickLinks.js @@ -42,7 +42,7 @@ const QuickLinks = () => {
  • {
  • { Twitter
  • -
  • - { - e.preventDefault() - setHelp(!help) - }} - ref={wrapper} - > - - Help - - - - - {help && ( - - - - )} - -
  • ) } diff --git a/start-client/src/images/initializr-icon.png b/start-client/src/images/initializr-icon.png index d1cb2aa..4d491b1 100644 Binary files a/start-client/src/images/initializr-icon.png and b/start-client/src/images/initializr-icon.png differ diff --git a/start-client/webpack.common.js b/start-client/webpack.common.js index 3ef7121..13e1007 100644 --- a/start-client/webpack.common.js +++ b/start-client/webpack.common.js @@ -52,7 +52,7 @@ const config = { use: ['style-loader', 'css-loader', 'sass-loader'], }, { - test: /\.(woff(2)?|ttf|eot|svg)(\?v=\d+\.\d+\.\d+)?$/, + test: /\.(woff(2)?|ttf|eot|svg|png)(\?v=\d+\.\d+\.\d+)?$/, use: [ { loader: 'file-loader', diff --git a/start-site/src/main/resources/config/application.yml b/start-site/src/main/resources/config/application.yml index 282ebbc..7a979cf 100644 --- a/start-site/src/main/resources/config/application.yml +++ b/start-site/src/main/resources/config/application.yml @@ -27,7 +27,7 @@ custom: href: https://github.com/eventuate-local/eventuate-local - name: Eventuate Tram content: - - name: Basic messaging + - name: Eventuate Basic messaging id: eventuatetrambasicmessaging groupId: io.eventuate.tram.core artifactId: eventuate-tram-spring-messaging @@ -38,7 +38,7 @@ custom: links: - rel: reference href: https://github.com/eventuate-tram/eventuate-tram-core - - name: Domain Events + - name: Eventuate Domain Events id: eventuatetramdomainevents groupId: io.eventuate.tram.core artifactId: eventuate-tram-spring-events @@ -49,7 +49,7 @@ custom: links: - rel: reference href: https://github.com/eventuate-tram/eventuate-tram-core - - name: Command/Async Reply messaging + - name: Eventuate Command/Async Reply messaging id: eventuatetramcommands groupId: io.eventuate.tram.core artifactId: eventuate-tram-spring-commands @@ -60,7 +60,7 @@ custom: links: - rel: reference href: https://github.com/eventuate-tram/eventuate-tram-core - - name: Kafka Transport + - name: Eventuate Kafka Transport id: eventuatetramkafka groupId: io.eventuate.tram.core artifactId: eventuate-tram-spring-jdbc-kafka @@ -71,7 +71,7 @@ custom: links: - rel: reference href: https://github.com/eventuate-tram/eventuate-tram-core - - name: ActiveMQ Transport + - name: Eventuate ActiveMQ Transport id: eventuatetramactivemq groupId: io.eventuate.tram.core artifactId: eventuate-tram-jdbc-activemq @@ -82,7 +82,7 @@ custom: links: - rel: reference href: https://github.com/eventuate-tram/eventuate-tram-core - - name: RabbitMQ Transport + - name: Eventuate RabbitMQ Transport id: eventuatetramrabbitmqmq groupId: io.eventuate.tram.core artifactId: eventuate-tram-jdbc-rabbitmq @@ -93,7 +93,7 @@ custom: links: - rel: reference href: https://github.com/eventuate-tram/eventuate-tram-core - - name: Redis Transport + - name: Eventuate Redis Transport id: eventuatetramredis groupId: io.eventuate.tram.core artifactId: eventuate-tram-jdbc-redis @@ -104,7 +104,7 @@ custom: links: - rel: reference href: https://github.com/eventuate-tram/eventuate-tram-core - - name: Tram Testing Support + - name: Eventuate Tram Testing Support id: eventuatetramtestingsupport groupId: io.eventuate.tram.core artifactId: eventuate-tram-testing-support @@ -117,7 +117,7 @@ custom: href: https://github.com/eventuate-tram/eventuate-tram-core - name: Eventuate Tram Sagas content: - - name: Saga Orchestrator + - name: Eventuate Saga Orchestrator id: eventuatetramsagaorchestrator groupId: io.eventuate.tram.sagas artifactId: eventuate-tram-sagas-spring-orchestration-simple-dsl @@ -128,7 +128,7 @@ custom: links: - rel: reference href: https://github.com/eventuate-tram/eventuate-tram-sagas - - name: Saga Participant + - name: Eventuate Saga Participant id: eventuatetramsagaparticipant groupId: io.eventuate.tram.sagas artifactId: eventuate-tram-sagas-spring-participant @@ -139,7 +139,7 @@ custom: links: - rel: reference href: https://github.com/eventuate-tram/eventuate-tram-sagas - - name: Saga Testing Support + - name: Eventuate Saga Testing Support id: eventuatetramsagatestingsupport groupId: io.eventuate.tram.sagas artifactId: eventuate-tram-sagas-spring-testing-support