4.0.0
    spring-boot-react
    
        spring-boot-modules
        com.baeldung.spring-boot-modules
        1.0.0-SNAPSHOT
    
    
        
            org.springframework.boot
            spring-boot-starter-web
            2.4.4
        
        
            org.springframework.boot
            spring-boot-starter-data-jpa
            2.4.4
        
        
            com.h2database
            h2
            1.4.200
            runtime
        
        
            com.github.javafaker
            javafaker
            1.0.2
        
        
            org.springframework.boot
            spring-boot-starter-test
            2.4.4
            test
        
    
    
        
            
                maven-resources-plugin
                3.1.0
                
                    
                        copy-resources
                        process-classes
                        
                            copy-resources
                        
                        
                            ${basedir}/target/classes/static
                            
                                
                                    frontend/build
                                
                            
                        
                    
                
            
            
                com.github.eirslett
                frontend-maven-plugin
                ${frontend-maven-plugin.version}
                
                    frontend
                
                
                    
                        install node
                        
                            install-node-and-yarn
                        
                        
                            ${node.version}
                            ${yarn.version}
                        
                    
                    
                        yarn install
                        
                            yarn
                        
                        generate-resources
                    
                    
                        yarn test
                        
                            yarn
                        
                        test
                        
                            test
                            
                                true
                            
                        
                    
                    
                        yarn build
                        
                            yarn
                        
                        compile
                        
                            build
                        
                    
                
            
            
                org.springframework.boot
                spring-boot-maven-plugin
            
        
    
    
        11
        11
        1.6
        v10.14.2
        v1.12.1