Git Product home page Git Product logo

campusbase's Introduction

CampusBase

Repositório de aulas na web

Tecnologias envolvidas

  • Java/Spring (backend)
  • Angular 6 (frontend)
  • Ionic (frontend - mobile)

Funcionalidades

  • Busca de turmas do usuário logado
  • Detalhamento da turma (em construção)

Criar arquivo application.yml

server.port: 9966

spring.profiles: default

br.com.campusbase.security.jwt:

tokenExpirationTime: 60 # Number of minutes

refreshTokenExpTime: 60 # Minutes

tokenIssuer: http://campusbase.com.br

tokenSigningKey: XXXX

br.com.campusbase.fs:

uploadDir: /home/campusbase/upload

spring.datasource:

url: jdbc:mysql://localhost/ABCC

username: root

password: root

driverClassName: com.mysql.jdbc.Driver

spring.jpa.properties.hibernate.dialect: org.hibernate.dialect.MySQL5InnoDBDialect

spring.jpa.hibernate.ddl-auto: none

spring.jpa.hibernate.show-sql: true

spring.jpa.hibernate.naming.physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl

logging.level.org.hibernate.SQL: DEBUG

logging.level.org.hibernate.type.descriptor.sql.BasicBinder: TRACE

spring.jackson.serialization.FAIL_ON_EMPTY_BEANS: false

campusbase's People

Contributors

lfdajr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.