Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: debezium/microservices-lab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JorgeLeonelMatos/microservices-lab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 31, 2018

  1. Copy the full SHA
    8d65e3c View commit details
  2. Copy the full SHA
    e1c38d6 View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −0 ticket-msa/order/src/main/resources/META-INF/persistence.xml
  2. +1 −1 ticket-msa/order/src/main/resources/project-defaults.yml
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@
<persistence-unit name="OrderServicePersistenceUnit" transaction-type="JTA">
<jta-data-source>java:jboss/datasources/OrderDS</jta-data-source>
<properties>
<property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>
<property name="javax.persistence.schema-generation.database.action" value="drop-and-create"/>
<property name="javax.persistence.schema-generation.create-source" value="metadata"/>
<property name="javax.persistence.schema-generation.drop-source" value="metadata"/>
2 changes: 1 addition & 1 deletion ticket-msa/order/src/main/resources/project-defaults.yml
Original file line number Diff line number Diff line change
@@ -7,4 +7,4 @@ swarm:
driver-name: mysql
connection-url: jdbc:mysql://${env.MYSQL_HOST:mysql}:3306/inventory?useSSL=false
user-name: mysqluser
password: mysqlpw
password: mysqlpw