You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2018/12/01 21:58:47 UTC

[juneau] 01/01: Merge pull request #22 from marcelosv/dev-marcelo-v-spring

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git

commit 091db6acf06a1d5b7e26e1b25758ceb1406ff39c
Merge: db5f915 cd3f08f
Author: James Bognar <ja...@apache.org>
AuthorDate: Sat Dec 1 16:58:41 2018 -0500

    Merge pull request #22 from marcelosv/dev-marcelo-v-spring
    
    Create project to integration Juneau + Spring boot

 .gitignore                                         |   6 +-
 .../juneau-examples-rest-springboot.launch         |   4 +-
 .../juneau-examples-rest-springboot/pom.xml        | 182 ++++++----
 .../rest/springboot/AppServletConfiguration.java   |  49 ---
 .../rest/springboot/{App.java => AppStart.java}    |  61 ++--
 .../src/main/resources/log4j.xml                   |  34 +-
 juneau-examples/juneau-examples-rest/pom.xml       |   7 +
 .../juneau-microservice-server-springboot/pom.xml  | 102 ++++++
 .../annotations/EnabledJuneauIntegration.java      |  38 +-
 .../JuneauApplicationContextInitializer.java       |  39 +-
 .../springboot/config/ServletConfiguration.java    |  74 ++++
 juneau-microservice/pom.xml                        |   1 +
 pom-sonar.xml                                      | 392 +++++++++++++++++++++
 13 files changed, 767 insertions(+), 222 deletions(-)