Skip to content

errors in the oreilly book and this source code #12

@knail1

Description

@knail1

In the O'reilly book you initiate the spring-boot project like so:
spring init --build maven --groupId com.redhat.examples --version 1.0 --java-version 1.8 --dependencies web --name hola-springboot hola-springboot

This sets up the project under com.redhat.examples.hola-springboot/*

however, in this source code, your package has been created under
com.example/*

so clearly you initialized our spring project differently when you created this source code compared to your instructions in the book.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions