Skip to content

Add Auto Configurations #4

@yallen011

Description

@yallen011

NOTE: Implementation on this issue can be started only after Creating App Skeleton issue has been closed.

Add the auto configurations as seen in the nexmo-spring-boot-autoconfigure sub-module(The vonage-spring-boot-autoconfigure folder should already exist). The filenames and configurations should be the same but written in java.

Also, make sure the pom.xml exists(It should be created in issue #2) The make sure all of the configurations exist from the corresponding nexmo spring boot starter pom file for the auto configurations sub-modules then modify the file as indicated below:

pom.xml Modifications

  • Remove any Kotlin plugins or dependencies

  • Make sure the <parent> property is under the <modelVersion> property and specifies the correct parent dependency

  • artifact version should be 1.0.0

  • update assertj-core dependency to the latest version

  • update the jacoco-maven-plugin dependency to the latest version

  • Change the license name in the<license> property from MIT to Apache 2.0 and make sure the URL points to the correct LICENSE.md file in this repo.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions