Skip to content
View schikimikiviki's full-sized avatar
😼
😼
Block or Report

Block or report schikimikiviki

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
schikimikiviki/README.md

viktoriabzdyk.java


package com.developer-portfolio.backend.service.runner;

@Configuration
public class UserLoaderConfig {

    @Bean
    CommandLineRunner run() {
        return args -> {

            addUserIfNotExists("Viki", 27, "https://vbdev.at", "Junior Developer", "next:urban",

                "JavaScript, Java, HTML, CSS, React, PHP, SQL", Set.of("ADMIN"));

        };
    }

}

Popular repositories

  1. dinogame dinogame Public

    JavaScript 1

  2. pizza-app pizza-app Public

    Forked from Kenavm/pizza-app

    JavaScript

  3. Finance-manager-app Finance-manager-app Public

    Forked from TheresaGri/Finance-manager-app

    TypeScript

  4. Nasa-API Nasa-API Public

    JavaScript

  5. Employee-fullstack Employee-fullstack Public

    JavaScript

  6. Bootcamp-API Bootcamp-API Public

    HTML